#b54cb5

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

Shades of Fuchsia #B54CB5

Tints of Fuchsia #B54CB5

Color information

#B54CB5 (or 0xB54CB5) is unknown color: approx Fuchsia. HEX triplet: B5, 4C and B5. RGB value is (181,76,181). Sum of RGB (Red+Green+Blue) = 181+76+181=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B54CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CB5 is #4AB34A. Grayscale: #777777. Windows color (decimal): -4895563 or 11881653. OLE color: 11881653.

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

Color convert

RGB18176181-
CMYK00.5800.29
HSL300º41.5%50.39%-
HSV(B)300º58.01%70.98%-
XYZ29.9818.3345.67-
YUV119.36162.79171.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=41.32%
G=17.35%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817618100.5800.2930041.550.39
HexB54CB503A01D12c2a32
Octal2651142650720354545262
Binary101101011001100101101010111010011101100101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54cb5; }

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

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

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

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

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

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

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

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