Shades of Mulberry #BD458B
Tints of Mulberry #BD458B
RGB
CMYK
RGB Variations
Color information
#BD458B (or 0xBD458B) is known color: Mulberry. HEX triplet: BD, 45 and 8B. RGB value is (189,69,139). Sum of RGB (Red+Green+Blue) = 189+69+139=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD458B is #42BA74. Grayscale: #707070. Windows color (decimal): -4373109 or 9127357. OLE color: 9127357.
HSL color Cylindrical-coordinate representation of color #BD458B: hue angle of 325º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD458B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 139 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.26 |
| HSL | 325º | 0.48% | 0.51% | - |
| HSV(B) | 325º | 0.63% | 0.74% | - |
| XYZ | 27.77 | 16.94 | 26.23 | - |
| YUV | 112.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 139 | 0 | 0.63 | 0.26 | 0.26 | 325 | 0.48 | 0.51 |
| Hex | BD | 45 | 8B | 0 | 3F | 1A | 1A | 145 | 30 | 33 |
| Octal | 275 | 105 | 213 | 0 | 77 | 32 | 32 | 505 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10001011 | 0 | 111111 | 11010 | 11010 | 101000101 | 110000 | 110011 |
Color Harmonies of #BD458B
Complementary color
Monochromatic Colors of #BD458B
Black with #BD458B
Text Example
Text Example
White with #BD458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD458B; }
p { color: rgb(189,69,139); }
H1.HeaderClassName
{
color: #BD458B;
}
.AnyTagClassName
{
color: #BD458B;
}
</style>
background-color css
<style>
a { background-color: #BD458B; }
a { background-color: rgb(189,69,139); }
div.DivClassName
{
background-color: #BD458B;
}
.BgClassName
{
background-color: #BD458B;
}
</style>
border-color css
<style>
span { border-color: #BD458B; }
span { border-color: rgb(189,69,139); }
td.TdClassName
{
border-color: #BD458B;
}
.TagClassName
{
border-color: #BD458B;
}
</style>