#B864B5

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

Shades of Fuchsia #B864B5

Tints of Fuchsia #B864B5

Color information

#B864B5 (or 0xB864B5) is unknown color: approx Fuchsia. HEX triplet: B8, 64 and B5. RGB value is (184,100,181). Sum of RGB (Red+Green+Blue) = 184+100+181=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B864B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864B5 is #479B4A. Grayscale: #868686. Windows color (decimal): -4692811 or 11887800. OLE color: 11887800.

HSL color Cylindrical-coordinate representation of color #B864B5: hue angle of 302.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B864B5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184100181-
CMYK00.460.020.28
HSL302.14º37.17%55.69%-
HSV(B)302.14º45.65%72.16%-
XYZ32.6622.6446.36-
YUV134.35154.33163.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 181 (71.09% from 255) = 38.92%
R=39.57%
G=21.51%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410018100.460.020.28302.1437.1755.69
HexB864B502E21C12e2538
Octal2701442650562344564570
Binary1011100011001001011010101011101011100100101110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864B5; }

 p { color: rgb(184,100,181); }

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

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

 a { background-color: rgb(184,100,181); }

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

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

 span { border-color: rgb(184,100,181); }

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