#B860B6

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

Shades of Fuchsia #B860B6

Tints of Fuchsia #B860B6

Color information

#B860B6 (or 0xB860B6) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and B6. RGB value is (184,96,182). Sum of RGB (Red+Green+Blue) = 184+96+182=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860B6 is #479F49. Grayscale: #838383. Windows color (decimal): -4693834 or 11952312. OLE color: 11952312.

HSL color Cylindrical-coordinate representation of color #B860B6: hue angle of 301.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B860B6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18496182-
CMYK00.480.010.28
HSL301.36º38.26%54.9%-
HSV(B)301.36º47.83%72.16%-
XYZ32.3921.9346.78-
YUV132.12156.15165.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 182 (71.48% from 255) = 39.39%
R=39.83%
G=20.78%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849618200.480.010.28301.3638.2654.9
HexB860B603011C12d2637
Octal2701402660601344554667
Binary101110001100000101101100110000111100100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860B6; }

 p { color: rgb(184,96,182); }

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

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

 a { background-color: rgb(184,96,182); }

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

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

 span { border-color: rgb(184,96,182); }

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