#B54DB3

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

Shades of Fuchsia #B54DB3

Tints of Fuchsia #B54DB3

Color information

#B54DB3 (or 0xB54DB3) is unknown color: approx Fuchsia. HEX triplet: B5, 4D and B3. RGB value is (181,77,179). Sum of RGB (Red+Green+Blue) = 181+77+179=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB3 is #4AB24C. Grayscale: #777777. Windows color (decimal): -4895309 or 11750837. OLE color: 11750837.

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

Color convert

RGB18177179-
CMYK00.570.010.29
HSL301.15º41.27%50.59%-
HSV(B)301.15º57.46%70.98%-
XYZ29.8518.3944.62-
YUV119.72161.46171.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=41.42%
G=17.62%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817717900.570.010.29301.1541.2750.59
HexB54DB303911D12d2933
Octal2651152630711354555163
Binary101101011001101101100110111001111101100101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DB3; }

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

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

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

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

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

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

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

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