#B862BB

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

Shades of Fuchsia #B862BB

Tints of Fuchsia #B862BB

Color information

#B862BB (or 0xB862BB) is unknown color: approx Fuchsia. HEX triplet: B8, 62 and BB. RGB value is (184,98,187). Sum of RGB (Red+Green+Blue) = 184+98+187=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #B862BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862BB is #479D44. Grayscale: #858585. Windows color (decimal): -4693317 or 12280504. OLE color: 12280504.

HSL color Cylindrical-coordinate representation of color #B862BB: hue angle of 297.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B862BB is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18498187-
CMYK0.020.4800.27
HSL297.98º39.56%55.88%-
HSV(B)297.98º47.59%73.33%-
XYZ33.122.5149.61-
YUV133.86157.99163.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=39.23%
G=20.90%
B=39.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184981870.020.4800.27297.9839.5655.88
HexB862BB23001B12a2838
Octal2701422732600334525070
Binary1011100011000101011101110110000011011100101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862BB; }

 p { color: rgb(184,98,187); }

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

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

 a { background-color: rgb(184,98,187); }

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

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

 span { border-color: rgb(184,98,187); }

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