#B54BAB

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

Shades of Fuchsia #B54BAB

Tints of Fuchsia #B54BAB

Color information

#B54BAB (or 0xB54BAB) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and AB. RGB value is (181,75,171). Sum of RGB (Red+Green+Blue) = 181+75+171=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BAB is #4AB454. Grayscale: #757575. Windows color (decimal): -4895829 or 11226037. OLE color: 11226037.

HSL color Cylindrical-coordinate representation of color #B54BAB: hue angle of 305.66º 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 #B54BAB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18175171-
CMYK00.590.060.29
HSL305.66º41.73%50.2%-
HSV(B)305.66º58.56%70.98%-
XYZ28.9217.840.44-
YUV117.64158.12173.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=42.39%
G=17.56%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817517100.590.060.29305.6641.7350.2
HexB54BAB03B61D1322a32
Octal2651132530736354625262
Binary10110101100101110101011011101111011101100110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BAB; }

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

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

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

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

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

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

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

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