#B85EC5

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

Shades of Fuchsia #B85EC5

Tints of Fuchsia #B85EC5

Color information

#B85EC5 (or 0xB85EC5) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and C5. RGB value is (184,94,197). Sum of RGB (Red+Green+Blue) = 184+94+197=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #B85EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC5 is #47A13A. Grayscale: #848484. Windows color (decimal): -4694331 or 12934840. OLE color: 12934840.

HSL color Cylindrical-coordinate representation of color #B85EC5: hue angle of 292.43º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85EC5 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18494197-
CMYK0.070.5200.23
HSL292.43º47.03%57.06%-
HSV(B)292.43º52.28%77.25%-
XYZ33.8522.2355.33-
YUV132.65164.32164.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=38.74%
G=19.79%
B=41.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184941970.070.5200.23292.4347.0357.06
HexB85EC57340171242f39
Octal2701363057640274445771
Binary10111000101111011000101111110100010111100100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EC5; }

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

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

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

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

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

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

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

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