#B854A8

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

Shades of Fuchsia #B854A8

Tints of Fuchsia #B854A8

Color information

#B854A8 (or 0xB854A8) is unknown color: approx Fuchsia. HEX triplet: B8, 54 and A8. RGB value is (184,84,168). Sum of RGB (Red+Green+Blue) = 184+84+168=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A8 is #47AB57. Grayscale: #7B7B7B. Windows color (decimal): -4696920 or 11031736. OLE color: 11031736.

HSL color Cylindrical-coordinate representation of color #B854A8: hue angle of 309.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854A8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18484168-
CMYK00.540.090.28
HSL309.6º41.32%52.55%-
HSV(B)309.6º54.35%72.16%-
XYZ30.0119.3639.2-
YUV123.48153.13171.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=42.20%
G=19.27%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848416800.540.090.28309.641.3252.55
HexB854A803691C1362935
Octal27012425006611344665165
Binary101110001010100101010000110110100111100100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854A8; }

 p { color: rgb(184,84,168); }

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

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

 a { background-color: rgb(184,84,168); }

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

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

 span { border-color: rgb(184,84,168); }

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