Shades of Mulberry #BD44A3
Tints of Mulberry #BD44A3
RGB
CMYK
RGB Variations
Color information
#BD44A3 (or 0xBD44A3) is known color: Mulberry. HEX triplet: BD, 44 and A3. RGB value is (189,68,163). Sum of RGB (Red+Green+Blue) = 189+68+163=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44A3 is #42BB5C. Grayscale: #727272. Windows color (decimal): -4373341 or 10699965. OLE color: 10699965.
HSL color Cylindrical-coordinate representation of color #BD44A3: hue angle of 312.89º 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 #BD44A3 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 163 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.26 |
| HSL | 312.89º | 0.48% | 0.5% | - |
| HSV(B) | 312.89º | 0.64% | 0.74% | - |
| XYZ | 29.66 | 17.6 | 36.48 | - |
| YUV | 115.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 163 | 0 | 0.64 | 0.14 | 0.26 | 312.89 | 0.48 | 0.5 |
| Hex | BD | 44 | A3 | 0 | 40 | E | 1A | 139 | 30 | 32 |
| Octal | 275 | 104 | 243 | 0 | 100 | 16 | 32 | 471 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10100011 | 0 | 1000000 | 1110 | 11010 | 100111001 | 110000 | 110010 |
Color Harmonies of #BD44A3
Complementary color
Monochromatic Colors of #BD44A3
Black with #BD44A3
Text Example
Text Example
White with #BD44A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44A3; }
p { color: rgb(189,68,163); }
H1.HeaderClassName
{
color: #BD44A3;
}
.AnyTagClassName
{
color: #BD44A3;
}
</style>
background-color css
<style>
a { background-color: #BD44A3; }
a { background-color: rgb(189,68,163); }
div.DivClassName
{
background-color: #BD44A3;
}
.BgClassName
{
background-color: #BD44A3;
}
</style>
border-color css
<style>
span { border-color: #BD44A3; }
span { border-color: rgb(189,68,163); }
td.TdClassName
{
border-color: #BD44A3;
}
.TagClassName
{
border-color: #BD44A3;
}
</style>