#B85EBC

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

Shades of Fuchsia #B85EBC

Tints of Fuchsia #B85EBC

Color information

#B85EBC (or 0xB85EBC) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and BC. RGB value is (184,94,188). Sum of RGB (Red+Green+Blue) = 184+94+188=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBC is #47A143. Grayscale: #838383. Windows color (decimal): -4694340 or 12345016. OLE color: 12345016.

HSL color Cylindrical-coordinate representation of color #B85EBC: hue angle of 297.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85EBC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18494188-
CMYK0.020.5000.26
HSL297.45º41.23%55.29%-
HSV(B)297.45º50%73.73%-
XYZ32.8521.8350.06-
YUV131.63159.82165.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=39.48%
G=20.17%
B=40.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184941880.020.5000.26297.4541.2355.29
HexB85EBC23201A1292937
Octal2701362742620324515167
Binary1011100010111101011110010110010011010100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EBC; }

 p { color: rgb(184,94,188); }

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

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

 a { background-color: rgb(184,94,188); }

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

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

 span { border-color: rgb(184,94,188); }

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