Shades of Mulberry #BD458C
Tints of Mulberry #BD458C
RGB
CMYK
RGB Variations
Color information
#BD458C (or 0xBD458C) is known color: Mulberry. HEX triplet: BD, 45 and 8C. RGB value is (189,69,140). Sum of RGB (Red+Green+Blue) = 189+69+140=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD458C is #42BA73. Grayscale: #707070. Windows color (decimal): -4373108 or 9192893. OLE color: 9192893.
HSL color Cylindrical-coordinate representation of color #BD458C: hue angle of 324.5º 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 #BD458C is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 140 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.26 |
| HSL | 324.5º | 0.48% | 0.51% | - |
| HSV(B) | 324.5º | 0.63% | 0.74% | - |
| XYZ | 27.85 | 16.97 | 26.62 | - |
| YUV | 112.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 140 | 0 | 0.63 | 0.26 | 0.26 | 324.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 8C | 0 | 3F | 1A | 1A | 144 | 30 | 33 |
| Octal | 275 | 105 | 214 | 0 | 77 | 32 | 32 | 504 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10001100 | 0 | 111111 | 11010 | 11010 | 101000100 | 110000 | 110011 |
Color Harmonies of #BD458C
Complementary color
Monochromatic Colors of #BD458C
Black with #BD458C
Text Example
Text Example
White with #BD458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD458C; }
p { color: rgb(189,69,140); }
H1.HeaderClassName
{
color: #BD458C;
}
.AnyTagClassName
{
color: #BD458C;
}
</style>
background-color css
<style>
a { background-color: #BD458C; }
a { background-color: rgb(189,69,140); }
div.DivClassName
{
background-color: #BD458C;
}
.BgClassName
{
background-color: #BD458C;
}
</style>
border-color css
<style>
span { border-color: #BD458C; }
span { border-color: rgb(189,69,140); }
td.TdClassName
{
border-color: #BD458C;
}
.TagClassName
{
border-color: #BD458C;
}
</style>