#B860BD

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

Shades of Fuchsia #B860BD

Tints of Fuchsia #B860BD

Color information

#B860BD (or 0xB860BD) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and BD. RGB value is (184,96,189). Sum of RGB (Red+Green+Blue) = 184+96+189=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #B860BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860BD is #479F42. Grayscale: #848484. Windows color (decimal): -4693827 or 12411064. OLE color: 12411064.

HSL color Cylindrical-coordinate representation of color #B860BD: hue angle of 296.77º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B860BD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18496189-
CMYK0.030.4900.26
HSL296.77º41.33%55.88%-
HSV(B)296.77º49.21%74.12%-
XYZ33.1422.2350.69-
YUV132.91159.65164.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=39.23%
G=20.47%
B=40.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184961890.030.4900.26296.7741.3355.88
HexB860BD33101A1292938
Octal2701402753610324515170
Binary1011100011000001011110111110001011010100101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860BD; }

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

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

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

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

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

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

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

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