Shades of Mulberry #BD4290
Tints of Mulberry #BD4290
RGB
CMYK
RGB Variations
Color information
#BD4290 (or 0xBD4290) is known color: Mulberry. HEX triplet: BD, 42 and 90. RGB value is (189,66,144). Sum of RGB (Red+Green+Blue) = 189+66+144=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4290 is #42BD6F. Grayscale: #6F6F6F. Windows color (decimal): -4373872 or 9454269. OLE color: 9454269.
HSL color Cylindrical-coordinate representation of color #BD4290: hue angle of 321.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4290 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 144 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.26 |
| HSL | 321.95º | 0.48% | 0.5% | - |
| HSV(B) | 321.95º | 0.65% | 0.74% | - |
| XYZ | 27.97 | 16.73 | 28.14 | - |
| YUV | 111.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 144 | 0 | 0.65 | 0.24 | 0.26 | 321.95 | 0.48 | 0.5 |
| Hex | BD | 42 | 90 | 0 | 41 | 18 | 1A | 142 | 30 | 32 |
| Octal | 275 | 102 | 220 | 0 | 101 | 30 | 32 | 502 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10010000 | 0 | 1000001 | 11000 | 11010 | 101000010 | 110000 | 110010 |
Color Harmonies of #BD4290
Complementary color
Monochromatic Colors of #BD4290
Black with #BD4290
Text Example
Text Example
White with #BD4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4290; }
p { color: rgb(189,66,144); }
H1.HeaderClassName
{
color: #BD4290;
}
.AnyTagClassName
{
color: #BD4290;
}
</style>
background-color css
<style>
a { background-color: #BD4290; }
a { background-color: rgb(189,66,144); }
div.DivClassName
{
background-color: #BD4290;
}
.BgClassName
{
background-color: #BD4290;
}
</style>
border-color css
<style>
span { border-color: #BD4290; }
span { border-color: rgb(189,66,144); }
td.TdClassName
{
border-color: #BD4290;
}
.TagClassName
{
border-color: #BD4290;
}
</style>