Shades of Mulberry #BD428F
Tints of Mulberry #BD428F
RGB
CMYK
RGB Variations
Color information
#BD428F (or 0xBD428F) is known color: Mulberry. HEX triplet: BD, 42 and 8F. RGB value is (189,66,143). Sum of RGB (Red+Green+Blue) = 189+66+143=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428F is #42BD70. Grayscale: #6F6F6F. Windows color (decimal): -4373873 or 9388733. OLE color: 9388733.
HSL color Cylindrical-coordinate representation of color #BD428F: hue angle of 322.44º 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 #BD428F is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 143 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.26 |
| HSL | 322.44º | 0.48% | 0.5% | - |
| HSV(B) | 322.44º | 0.65% | 0.74% | - |
| XYZ | 27.89 | 16.7 | 27.74 | - |
| YUV | 111.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 143 | 0 | 0.65 | 0.24 | 0.26 | 322.44 | 0.48 | 0.5 |
| Hex | BD | 42 | 8F | 0 | 41 | 18 | 1A | 142 | 30 | 32 |
| Octal | 275 | 102 | 217 | 0 | 101 | 30 | 32 | 502 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10001111 | 0 | 1000001 | 11000 | 11010 | 101000010 | 110000 | 110010 |
Color Harmonies of #BD428F
Complementary color
Monochromatic Colors of #BD428F
Black with #BD428F
Text Example
Text Example
White with #BD428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD428F; }
p { color: rgb(189,66,143); }
H1.HeaderClassName
{
color: #BD428F;
}
.AnyTagClassName
{
color: #BD428F;
}
</style>
background-color css
<style>
a { background-color: #BD428F; }
a { background-color: rgb(189,66,143); }
div.DivClassName
{
background-color: #BD428F;
}
.BgClassName
{
background-color: #BD428F;
}
</style>
border-color css
<style>
span { border-color: #BD428F; }
span { border-color: rgb(189,66,143); }
td.TdClassName
{
border-color: #BD428F;
}
.TagClassName
{
border-color: #BD428F;
}
</style>