Shades of Mulberry #BD468D
Tints of Mulberry #BD468D
RGB
CMYK
RGB Variations
Color information
#BD468D (or 0xBD468D) is known color: Mulberry. HEX triplet: BD, 46 and 8D. RGB value is (189,70,141). Sum of RGB (Red+Green+Blue) = 189+70+141=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468D is #42B972. Grayscale: #717171. Windows color (decimal): -4372851 or 9258685. OLE color: 9258685.
HSL color Cylindrical-coordinate representation of color #BD468D: hue angle of 324.2º 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 #BD468D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 141 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.26 |
| HSL | 324.2º | 0.47% | 0.51% | - |
| HSV(B) | 324.2º | 0.63% | 0.74% | - |
| XYZ | 27.98 | 17.12 | 27.03 | - |
| YUV | 113.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 141 | 0 | 0.63 | 0.25 | 0.26 | 324.2 | 0.47 | 0.51 |
| Hex | BD | 46 | 8D | 0 | 3F | 19 | 1A | 144 | 2F | 33 |
| Octal | 275 | 106 | 215 | 0 | 77 | 31 | 32 | 504 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10001101 | 0 | 111111 | 11001 | 11010 | 101000100 | 101111 | 110011 |
Color Harmonies of #BD468D
Complementary color
Monochromatic Colors of #BD468D
Black with #BD468D
Text Example
Text Example
White with #BD468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD468D; }
p { color: rgb(189,70,141); }
H1.HeaderClassName
{
color: #BD468D;
}
.AnyTagClassName
{
color: #BD468D;
}
</style>
background-color css
<style>
a { background-color: #BD468D; }
a { background-color: rgb(189,70,141); }
div.DivClassName
{
background-color: #BD468D;
}
.BgClassName
{
background-color: #BD468D;
}
</style>
border-color css
<style>
span { border-color: #BD468D; }
span { border-color: rgb(189,70,141); }
td.TdClassName
{
border-color: #BD468D;
}
.TagClassName
{
border-color: #BD468D;
}
</style>