#B54D9D

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

Shades of Mulberry #B54D9D

Tints of Mulberry #B54D9D

Color information

#B54D9D (or 0xB54D9D) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 9D. RGB value is (181,77,157). Sum of RGB (Red+Green+Blue) = 181+77+157=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D9D is #4AB262. Grayscale: #747474. Windows color (decimal): -4895331 or 10309045. OLE color: 10309045.

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

Color convert

RGB18177157-
CMYK00.570.130.29
HSL313.85º41.27%50.59%-
HSV(B)313.85º57.46%70.98%-
XYZ27.817.5733.82-
YUV117.22150.46173.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=43.61%
G=18.55%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817715700.570.130.29313.8541.2750.59
HexB54D9D039D1D13a2933
Octal26511523507115354725163
Binary101101011001101100111010111001110111101100111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D9D; }

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

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

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

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

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

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

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

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