Shades of Mulberry #BD468C
Tints of Mulberry #BD468C
RGB
CMYK
RGB Variations
Color information
#BD468C (or 0xBD468C) is known color: Mulberry. HEX triplet: BD, 46 and 8C. RGB value is (189,70,140). Sum of RGB (Red+Green+Blue) = 189+70+140=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468C is #42B973. Grayscale: #717171. Windows color (decimal): -4372852 or 9193149. OLE color: 9193149.
HSL color Cylindrical-coordinate representation of color #BD468C: hue angle of 324.71º 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 #BD468C is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 140 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.26 |
| HSL | 324.71º | 0.47% | 0.51% | - |
| HSV(B) | 324.71º | 0.63% | 0.74% | - |
| XYZ | 27.91 | 17.09 | 26.64 | - |
| YUV | 113.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 140 | 0 | 0.63 | 0.26 | 0.26 | 324.71 | 0.47 | 0.51 |
| Hex | BD | 46 | 8C | 0 | 3F | 1A | 1A | 145 | 2F | 33 |
| Octal | 275 | 106 | 214 | 0 | 77 | 32 | 32 | 505 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10001100 | 0 | 111111 | 11010 | 11010 | 101000101 | 101111 | 110011 |
Color Harmonies of #BD468C
Complementary color
Monochromatic Colors of #BD468C
Black with #BD468C
Text Example
Text Example
White with #BD468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD468C; }
p { color: rgb(189,70,140); }
H1.HeaderClassName
{
color: #BD468C;
}
.AnyTagClassName
{
color: #BD468C;
}
</style>
background-color css
<style>
a { background-color: #BD468C; }
a { background-color: rgb(189,70,140); }
div.DivClassName
{
background-color: #BD468C;
}
.BgClassName
{
background-color: #BD468C;
}
</style>
border-color css
<style>
span { border-color: #BD468C; }
span { border-color: rgb(189,70,140); }
td.TdClassName
{
border-color: #BD468C;
}
.TagClassName
{
border-color: #BD468C;
}
</style>