#B54BAA

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

Shades of Fuchsia #B54BAA

Tints of Fuchsia #B54BAA

Color information

#B54BAA (or 0xB54BAA) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and AA. RGB value is (181,75,170). Sum of RGB (Red+Green+Blue) = 181+75+170=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BAA is #4AB455. Grayscale: #757575. Windows color (decimal): -4895830 or 11160501. OLE color: 11160501.

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

Color convert

RGB18175170-
CMYK00.590.060.29
HSL306.23º41.73%50.2%-
HSV(B)306.23º58.56%70.98%-
XYZ28.8317.7639.94-
YUV117.52157.62173.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=42.49%
G=17.61%
B=39.91%

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
Decimal1817517000.590.060.29306.2341.7350.2
HexB54BAA03B61D1322a32
Octal2651132520736354625262
Binary10110101100101110101010011101111011101100110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BAA; }

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

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

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

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

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

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

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

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