Shades of Mulberry #BD428A
Tints of Mulberry #BD428A
RGB
CMYK
RGB Variations
Color information
#BD428A (or 0xBD428A) is known color: Mulberry. HEX triplet: BD, 42 and 8A. RGB value is (189,66,138). Sum of RGB (Red+Green+Blue) = 189+66+138=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428A is #42BD75. Grayscale: #6E6E6E. Windows color (decimal): -4373878 or 9061053. OLE color: 9061053.
HSL color Cylindrical-coordinate representation of color #BD428A: hue angle of 324.88º 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 #BD428A is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 138 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.26 |
| HSL | 324.88º | 0.48% | 0.5% | - |
| HSV(B) | 324.88º | 0.65% | 0.74% | - |
| XYZ | 27.52 | 16.55 | 25.79 | - |
| YUV | 110.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 138 | 0 | 0.65 | 0.27 | 0.26 | 324.88 | 0.48 | 0.5 |
| Hex | BD | 42 | 8A | 0 | 41 | 1B | 1A | 145 | 30 | 32 |
| Octal | 275 | 102 | 212 | 0 | 101 | 33 | 32 | 505 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10001010 | 0 | 1000001 | 11011 | 11010 | 101000101 | 110000 | 110010 |
Color Harmonies of #BD428A
Complementary color
Monochromatic Colors of #BD428A
Black with #BD428A
Text Example
Text Example
White with #BD428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD428A; }
p { color: rgb(189,66,138); }
H1.HeaderClassName
{
color: #BD428A;
}
.AnyTagClassName
{
color: #BD428A;
}
</style>
background-color css
<style>
a { background-color: #BD428A; }
a { background-color: rgb(189,66,138); }
div.DivClassName
{
background-color: #BD428A;
}
.BgClassName
{
background-color: #BD428A;
}
</style>
border-color css
<style>
span { border-color: #BD428A; }
span { border-color: rgb(189,66,138); }
td.TdClassName
{
border-color: #BD428A;
}
.TagClassName
{
border-color: #BD428A;
}
</style>