Shades of Mulberry #BD44A0
Tints of Mulberry #BD44A0
RGB
CMYK
RGB Variations
Color information
#BD44A0 (or 0xBD44A0) is known color: Mulberry. HEX triplet: BD, 44 and A0. RGB value is (189,68,160). Sum of RGB (Red+Green+Blue) = 189+68+160=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44A0 is #42BB5F. Grayscale: #727272. Windows color (decimal): -4373344 or 10503357. OLE color: 10503357.
HSL color Cylindrical-coordinate representation of color #BD44A0: hue angle of 314.38º 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 #BD44A0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 160 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.26 |
| HSL | 314.38º | 0.48% | 0.5% | - |
| HSV(B) | 314.38º | 0.64% | 0.74% | - |
| XYZ | 29.4 | 17.49 | 35.08 | - |
| YUV | 114.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 160 | 0 | 0.64 | 0.15 | 0.26 | 314.38 | 0.48 | 0.5 |
| Hex | BD | 44 | A0 | 0 | 40 | F | 1A | 13A | 30 | 32 |
| Octal | 275 | 104 | 240 | 0 | 100 | 17 | 32 | 472 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10100000 | 0 | 1000000 | 1111 | 11010 | 100111010 | 110000 | 110010 |
Color Harmonies of #BD44A0
Complementary color
Monochromatic Colors of #BD44A0
Black with #BD44A0
Text Example
Text Example
White with #BD44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44A0; }
p { color: rgb(189,68,160); }
H1.HeaderClassName
{
color: #BD44A0;
}
.AnyTagClassName
{
color: #BD44A0;
}
</style>
background-color css
<style>
a { background-color: #BD44A0; }
a { background-color: rgb(189,68,160); }
div.DivClassName
{
background-color: #BD44A0;
}
.BgClassName
{
background-color: #BD44A0;
}
</style>
border-color css
<style>
span { border-color: #BD44A0; }
span { border-color: rgb(189,68,160); }
td.TdClassName
{
border-color: #BD44A0;
}
.TagClassName
{
border-color: #BD44A0;
}
</style>