#B864B9

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

Shades of Fuchsia #B864B9

Tints of Fuchsia #B864B9

Color information

#B864B9 (or 0xB864B9) is unknown color: approx Fuchsia. HEX triplet: B8, 64 and B9. RGB value is (184,100,185). Sum of RGB (Red+Green+Blue) = 184+100+185=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #B864B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864B9 is #479B46. Grayscale: #868686. Windows color (decimal): -4692807 or 12149944. OLE color: 12149944.

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

Color convert

RGB184100185-
CMYK0.010.4600.27
HSL299.29º37.78%55.88%-
HSV(B)299.29º45.95%72.55%-
XYZ33.0822.8148.56-
YUV134.81156.33163.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=39.23%
G=21.32%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841001850.010.4600.27299.2937.7855.88
HexB864B912E01B12b2638
Octal2701442711560334534670
Binary101110001100100101110011101110011011100101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864B9; }

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

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

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

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

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

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

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

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