#b257b8

Color #B257B8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B257B8

Tints of Fuchsia #B257B8

Color information

#B257B8 (or 0xB257B8) is unknown color: approx Fuchsia. HEX triplet: B2, 57 and B8. RGB value is (178,87,184). Sum of RGB (Red+Green+Blue) = 178+87+184=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #B257B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257B8 is #4DA847. Grayscale: #7C7C7C. Windows color (decimal): -5089352 or 12081074. OLE color: 12081074.

HSL color Cylindrical-coordinate representation of color #B257B8: hue angle of 296.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B257B8 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17887184-
CMYK0.030.5300.28
HSL296.29º40.59%53.14%-
HSV(B)296.29º52.72%72.16%-
XYZ30.4219.7447.55-
YUV125.27161.15165.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=39.64%
G=19.38%
B=40.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178871840.030.5300.28296.2940.5953.14
HexB257B833501C1282935
Octal2621272703650344505165
Binary1011001010101111011100011110101011100100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b257b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b257b8; }

 p { color: rgb(178,87,184); }

 H1.HeaderClassName
 {
   color: #b257b8;
 }
 .AnyTagClassName
 {
   color: #b257b8;
 }
</style>
background-color css

<style>
 a { background-color: #b257b8; }

 a { background-color: rgb(178,87,184); }

 div.DivClassName
 {
   background-color: #b257b8;
 }
 .BgClassName
 {
   background-color: #b257b8;
 }
</style>
border-color css

<style>
 span { border-color: #b257b8; }

 span { border-color: rgb(178,87,184); }

 td.TdClassName
 {
   border-color: #b257b8;
 }
 .TagClassName
 {
   border-color: #b257b8;
 }
</style>