#B864BA

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

Shades of Fuchsia #B864BA

Tints of Fuchsia #B864BA

Color information

#B864BA (or 0xB864BA) is unknown color: approx Fuchsia. HEX triplet: B8, 64 and BA. RGB value is (184,100,186). Sum of RGB (Red+Green+Blue) = 184+100+186=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B864BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864BA is #479B45. Grayscale: #868686. Windows color (decimal): -4692806 or 12215480. OLE color: 12215480.

HSL color Cylindrical-coordinate representation of color #B864BA: hue angle of 298.6º 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 #B864BA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184100186-
CMYK0.010.4600.27
HSL298.6º38.39%56.08%-
HSV(B)298.6º46.24%72.94%-
XYZ33.1922.8549.12-
YUV134.92156.83163.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=39.15%
G=21.28%
B=39.57%

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
Decimal1841001860.010.4600.27298.638.3956.08
HexB864BA12E01B12b2638
Octal2701442721560334534670
Binary101110001100100101110101101110011011100101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864BA; }

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

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

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

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

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

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

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

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