#B860B2

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

Shades of Fuchsia #B860B2

Tints of Fuchsia #B860B2

Color information

#B860B2 (or 0xB860B2) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and B2. RGB value is (184,96,178). Sum of RGB (Red+Green+Blue) = 184+96+178=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860B2 is #479F4D. Grayscale: #838383. Windows color (decimal): -4693838 or 11690168. OLE color: 11690168.

HSL color Cylindrical-coordinate representation of color #B860B2: hue angle of 304.09º 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 #B860B2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18496178-
CMYK00.480.030.28
HSL304.09º38.26%54.9%-
HSV(B)304.09º47.83%72.16%-
XYZ31.9921.7744.64-
YUV131.66154.15165.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=40.17%
G=20.96%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849617800.480.030.28304.0938.2654.9
HexB860B203031C1302637
Octal2701402620603344604667
Binary1011100011000001011001001100001111100100110000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860B2; }

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

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

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

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

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

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

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

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