Shades of Mulberry #BD469C
Tints of Mulberry #BD469C
RGB
CMYK
RGB Variations
Color information
#BD469C (or 0xBD469C) is known color: Mulberry. HEX triplet: BD, 46 and 9C. RGB value is (189,70,156). Sum of RGB (Red+Green+Blue) = 189+70+156=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469C is #42B963. Grayscale: #737373. Windows color (decimal): -4372836 or 10241725. OLE color: 10241725.
HSL color Cylindrical-coordinate representation of color #BD469C: hue angle of 316.64º 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 #BD469C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 156 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.26 |
| HSL | 316.64º | 0.47% | 0.51% | - |
| HSV(B) | 316.64º | 0.63% | 0.74% | - |
| XYZ | 29.18 | 17.6 | 33.31 | - |
| YUV | 115.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 156 | 0 | 0.63 | 0.17 | 0.26 | 316.64 | 0.47 | 0.51 |
| Hex | BD | 46 | 9C | 0 | 3F | 11 | 1A | 13D | 2F | 33 |
| Octal | 275 | 106 | 234 | 0 | 77 | 21 | 32 | 475 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10011100 | 0 | 111111 | 10001 | 11010 | 100111101 | 101111 | 110011 |
Color Harmonies of #BD469C
Complementary color
Monochromatic Colors of #BD469C
Black with #BD469C
Text Example
Text Example
White with #BD469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD469C; }
p { color: rgb(189,70,156); }
H1.HeaderClassName
{
color: #BD469C;
}
.AnyTagClassName
{
color: #BD469C;
}
</style>
background-color css
<style>
a { background-color: #BD469C; }
a { background-color: rgb(189,70,156); }
div.DivClassName
{
background-color: #BD469C;
}
.BgClassName
{
background-color: #BD469C;
}
</style>
border-color css
<style>
span { border-color: #BD469C; }
span { border-color: rgb(189,70,156); }
td.TdClassName
{
border-color: #BD469C;
}
.TagClassName
{
border-color: #BD469C;
}
</style>