#BD5189

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

Shades of Mulberry #BD5189

Tints of Mulberry #BD5189

Color information

#BD5189 (or 0xBD5189) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 89. RGB value is (189,81,137). Sum of RGB (Red+Green+Blue) = 189+81+137=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5189 is #42AE76. Grayscale: #777777. Windows color (decimal): -4370039 or 8999357. OLE color: 8999357.

HSL color Cylindrical-coordinate representation of color #BD5189: hue angle of 328.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5189 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18981137-
CMYK00.570.280.26
HSL328.89º45%52.94%-
HSV(B)328.89º57.14%74.12%-
XYZ28.4418.5125.74-
YUV119.68137.78177.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=46.44%
G=19.90%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898113700.570.280.26328.894552.94
HexBD51890391C1A1492d35
Octal27512121107134325115565
Binary1011110110100011000100101110011110011010101001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5189; }

 p { color: rgb(189,81,137); }

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

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

 a { background-color: rgb(189,81,137); }

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

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

 span { border-color: rgb(189,81,137); }

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