Shades of Mulberry #BD469F
Tints of Mulberry #BD469F
RGB
CMYK
RGB Variations
Color information
#BD469F (or 0xBD469F) is known color: Mulberry. HEX triplet: BD, 46 and 9F. RGB value is (189,70,159). Sum of RGB (Red+Green+Blue) = 189+70+159=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469F is #42B960. Grayscale: #737373. Windows color (decimal): -4372833 or 10438333. OLE color: 10438333.
HSL color Cylindrical-coordinate representation of color #BD469F: hue angle of 315.13º degrees, saturation: 0.47, 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 #BD469F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 159 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.26 |
| HSL | 315.13º | 0.47% | 0.51% | - |
| HSV(B) | 315.13º | 0.63% | 0.74% | - |
| XYZ | 29.43 | 17.7 | 34.67 | - |
| YUV | 115.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 159 | 0 | 0.63 | 0.16 | 0.26 | 315.13 | 0.47 | 0.51 |
| Hex | BD | 46 | 9F | 0 | 3F | 10 | 1A | 13B | 2F | 33 |
| Octal | 275 | 106 | 237 | 0 | 77 | 20 | 32 | 473 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10011111 | 0 | 111111 | 10000 | 11010 | 100111011 | 101111 | 110011 |
Color Harmonies of #BD469F
Complementary color
Monochromatic Colors of #BD469F
Black with #BD469F
Text Example
Text Example
White with #BD469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD469F; }
p { color: rgb(189,70,159); }
H1.HeaderClassName
{
color: #BD469F;
}
.AnyTagClassName
{
color: #BD469F;
}
</style>
background-color css
<style>
a { background-color: #BD469F; }
a { background-color: rgb(189,70,159); }
div.DivClassName
{
background-color: #BD469F;
}
.BgClassName
{
background-color: #BD469F;
}
</style>
border-color css
<style>
span { border-color: #BD469F; }
span { border-color: rgb(189,70,159); }
td.TdClassName
{
border-color: #BD469F;
}
.TagClassName
{
border-color: #BD469F;
}
</style>