#BD4989

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

Shades of Mulberry #BD4989

Tints of Mulberry #BD4989

Color information

#BD4989 (or 0xBD4989) is unknown color: approx Mulberry. HEX triplet: BD, 49 and 89. RGB value is (189,73,137). Sum of RGB (Red+Green+Blue) = 189+73+137=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4989 is #42B676. Grayscale: #727272. Windows color (decimal): -4372087 or 8997309. OLE color: 8997309.

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

Color convert

RGB18973137-
CMYK00.610.280.26
HSL326.9º46.77%51.37%-
HSV(B)326.9º61.38%74.12%-
XYZ27.8817.3925.55-
YUV114.98140.43180.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=47.37%
G=18.30%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897313700.610.280.26326.946.7751.37
HexBD498903D1C1A1472f33
Octal27511121107534325075763
Binary1011110110010011000100101111011110011010101000111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4989; }

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

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

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

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

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

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

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

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