Shades of Mulberry #BD457F
Tints of Mulberry #BD457F
RGB
CMYK
RGB Variations
Color information
#BD457F (or 0xBD457F) is known color: Mulberry. HEX triplet: BD, 45 and 7F. RGB value is (189,69,127). Sum of RGB (Red+Green+Blue) = 189+69+127=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457F is #42BA80. Grayscale: #6F6F6F. Windows color (decimal): -4373121 or 8340925. OLE color: 8340925.
HSL color Cylindrical-coordinate representation of color #BD457F: hue angle of 331º 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 #BD457F is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 127 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.26 |
| HSL | 331º | 0.48% | 0.51% | - |
| HSV(B) | 331º | 0.63% | 0.74% | - |
| XYZ | 26.95 | 16.61 | 21.86 | - |
| YUV | 111.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 127 | 0 | 0.63 | 0.33 | 0.26 | 331 | 0.48 | 0.51 |
| Hex | BD | 45 | 7F | 0 | 3F | 21 | 1A | 14B | 30 | 33 |
| Octal | 275 | 105 | 177 | 0 | 77 | 41 | 32 | 513 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1111111 | 0 | 111111 | 100001 | 11010 | 101001011 | 110000 | 110011 |
Color Harmonies of #BD457F
Complementary color
Monochromatic Colors of #BD457F
Black with #BD457F
Text Example
Text Example
White with #BD457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD457F; }
p { color: rgb(189,69,127); }
H1.HeaderClassName
{
color: #BD457F;
}
.AnyTagClassName
{
color: #BD457F;
}
</style>
background-color css
<style>
a { background-color: #BD457F; }
a { background-color: rgb(189,69,127); }
div.DivClassName
{
background-color: #BD457F;
}
.BgClassName
{
background-color: #BD457F;
}
</style>
border-color css
<style>
span { border-color: #BD457F; }
span { border-color: rgb(189,69,127); }
td.TdClassName
{
border-color: #BD457F;
}
.TagClassName
{
border-color: #BD457F;
}
</style>