#BD4489

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

Shades of Mulberry #BD4489

Tints of Mulberry #BD4489

Color information

#BD4489 (or 0xBD4489) is unknown color: approx Mulberry. HEX triplet: BD, 44 and 89. RGB value is (189,68,137). Sum of RGB (Red+Green+Blue) = 189+68+137=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4489 is #42BB76. Grayscale: #6F6F6F. Windows color (decimal): -4373367 or 8996029. OLE color: 8996029.

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

Color convert

RGB18968137-
CMYK00.640.280.26
HSL325.79º47.83%50.39%-
HSV(B)325.79º64.02%74.12%-
XYZ27.5716.7625.45-
YUV112.04142.09182.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=47.97%
G=17.26%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896813700.640.280.26325.7947.8350.39
HexBD44890401C1A1463032
Octal275104211010034325066062
Binary10111101100010010001001010000001110011010101000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4489; }

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

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

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

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

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

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

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

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