Shades of Mulberry #BD60A2
Tints of Mulberry #BD60A2
RGB
CMYK
RGB Variations
Color information
#BD60A2 (or 0xBD60A2) is known color: Mulberry. HEX triplet: BD, 60 and A2. RGB value is (189,96,162). Sum of RGB (Red+Green+Blue) = 189+96+162=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD60A2 is #429F5D. Grayscale: #838383. Windows color (decimal): -4366174 or 10641597. OLE color: 10641597.
HSL color Cylindrical-coordinate representation of color #BD60A2: hue angle of 317.42º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60A2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 162 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.26 |
| HSL | 317.42º | 0.41% | 0.56% | - |
| HSV(B) | 317.42º | 0.49% | 0.74% | - |
| XYZ | 31.69 | 21.79 | 36.72 | - |
| YUV | 131.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 162 | 0 | 0.49 | 0.14 | 0.26 | 317.42 | 0.41 | 0.56 |
| Hex | BD | 60 | A2 | 0 | 31 | E | 1A | 13D | 29 | 38 |
| Octal | 275 | 140 | 242 | 0 | 61 | 16 | 32 | 475 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10100010 | 0 | 110001 | 1110 | 11010 | 100111101 | 101001 | 111000 |
Color Harmonies of #BD60A2
Complementary color
Monochromatic Colors of #BD60A2
Black with #BD60A2
Text Example
Text Example
White with #BD60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60A2; }
p { color: rgb(189,96,162); }
H1.HeaderClassName
{
color: #BD60A2;
}
.AnyTagClassName
{
color: #BD60A2;
}
</style>
background-color css
<style>
a { background-color: #BD60A2; }
a { background-color: rgb(189,96,162); }
div.DivClassName
{
background-color: #BD60A2;
}
.BgClassName
{
background-color: #BD60A2;
}
</style>
border-color css
<style>
span { border-color: #BD60A2; }
span { border-color: rgb(189,96,162); }
td.TdClassName
{
border-color: #BD60A2;
}
.TagClassName
{
border-color: #BD60A2;
}
</style>