#B864AE

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

Shades of Fuchsia #B864AE

Tints of Fuchsia #B864AE

Color information

#B864AE (or 0xB864AE) is unknown color: approx Fuchsia. HEX triplet: B8, 64 and AE. RGB value is (184,100,174). Sum of RGB (Red+Green+Blue) = 184+100+174=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B864AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B864AE is #479B51. Grayscale: #858585. Windows color (decimal): -4692818 or 11429048. OLE color: 11429048.

HSL color Cylindrical-coordinate representation of color #B864AE: hue angle of 307.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 #B864AE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184100174-
CMYK00.460.050.28
HSL307.14º37.17%55.69%-
HSV(B)307.14º45.65%72.16%-
XYZ31.9622.3642.68-
YUV133.55150.83163.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=40.17%
G=21.83%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410017400.460.050.28307.1437.1755.69
HexB864AE02E51C1332538
Octal2701442560565344634570
Binary10111000110010010101110010111010111100100110011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864AE; }

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

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

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

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

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

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

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

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