#B54DB5

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

Shades of Fuchsia #B54DB5

Tints of Fuchsia #B54DB5

Color information

#B54DB5 (or 0xB54DB5) is unknown color: approx Fuchsia. HEX triplet: B5, 4D and B5. RGB value is (181,77,181). Sum of RGB (Red+Green+Blue) = 181+77+181=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B54DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB5 is #4AB24A. Grayscale: #777777. Windows color (decimal): -4895307 or 11881909. OLE color: 11881909.

HSL color Cylindrical-coordinate representation of color #B54DB5: hue angle of 300º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DB5 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18177181-
CMYK00.5700.29
HSL300º41.27%50.59%-
HSV(B)300º57.46%70.98%-
XYZ30.0518.4745.7-
YUV119.95162.46171.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=41.23%
G=17.54%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817718100.5700.2930041.2750.59
HexB54DB503901D12c2933
Octal2651152650710354545163
Binary101101011001101101101010111001011101100101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DB5; }

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

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

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

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

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

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

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

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