#B54D8D

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

Shades of Mulberry #B54D8D

Tints of Mulberry #B54D8D

Color information

#B54D8D (or 0xB54D8D) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 8D. RGB value is (181,77,141). Sum of RGB (Red+Green+Blue) = 181+77+141=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8D is #4AB272. Grayscale: #737373. Windows color (decimal): -4895347 or 9260469. OLE color: 9260469.

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

Color convert

RGB18177141-
CMYK00.570.220.29
HSL323.08º41.27%50.59%-
HSV(B)323.08º57.46%70.98%-
XYZ26.5217.0527.09-
YUV115.39142.46174.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=45.36%
G=19.30%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817714100.570.220.29323.0841.2750.59
HexB54D8D039161D1432933
Octal26511521507126355035163
Binary1011010110011011000110101110011011011101101000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D8D; }

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

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

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

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

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

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

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

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