#B54BA8

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

Shades of Fuchsia #B54BA8

Tints of Fuchsia #B54BA8

Color information

#B54BA8 (or 0xB54BA8) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and A8. RGB value is (181,75,168). Sum of RGB (Red+Green+Blue) = 181+75+168=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA8 is #4AB457. Grayscale: #757575. Windows color (decimal): -4895832 or 11029429. OLE color: 11029429.

HSL color Cylindrical-coordinate representation of color #B54BA8: hue angle of 307.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54BA8 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18175168-
CMYK00.590.070.29
HSL307.36º41.73%50.2%-
HSV(B)307.36º58.56%70.98%-
XYZ28.6417.6838.95-
YUV117.3156.62173.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=42.69%
G=17.69%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817516800.590.070.29307.3641.7350.2
HexB54BA803B71D1332a32
Octal2651132500737354635262
Binary10110101100101110101000011101111111101100110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BA8; }

 p { color: rgb(181,75,168); }

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

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

 a { background-color: rgb(181,75,168); }

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

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

 span { border-color: rgb(181,75,168); }

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