#B54CA8

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

Shades of Fuchsia #B54CA8

Tints of Fuchsia #B54CA8

Color information

#B54CA8 (or 0xB54CA8) is unknown color: approx Fuchsia. HEX triplet: B5, 4C and A8. RGB value is (181,76,168). Sum of RGB (Red+Green+Blue) = 181+76+168=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54CA8 is #4AB357. Grayscale: #757575. Windows color (decimal): -4895576 or 11029685. OLE color: 11029685.

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

Color convert

RGB18176168-
CMYK00.580.070.29
HSL307.43º41.5%50.39%-
HSV(B)307.43º58.01%70.98%-
XYZ28.7117.8238.97-
YUV117.88156.29173.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=42.59%
G=17.88%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817616800.580.070.29307.4341.550.39
HexB54CA803A71D1332a32
Octal2651142500727354635262
Binary10110101100110010101000011101011111101100110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CA8; }

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

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

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

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

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

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

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

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