Shades of Mulberry #BD52A2
Tints of Mulberry #BD52A2
RGB
CMYK
RGB Variations
Color information
#BD52A2 (or 0xBD52A2) is known color: Mulberry. HEX triplet: BD, 52 and A2. RGB value is (189,82,162). Sum of RGB (Red+Green+Blue) = 189+82+162=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD52A2 is #42AD5D. Grayscale: #7A7A7A. Windows color (decimal): -4369758 or 10638013. OLE color: 10638013.
HSL color Cylindrical-coordinate representation of color #BD52A2: hue angle of 315.14º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD52A2 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 162 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.26 |
| HSL | 315.14º | 0.45% | 0.53% | - |
| HSV(B) | 315.14º | 0.57% | 0.74% | - |
| XYZ | 30.53 | 19.46 | 36.33 | - |
| YUV | 123.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 162 | 0 | 0.57 | 0.14 | 0.26 | 315.14 | 0.45 | 0.53 |
| Hex | BD | 52 | A2 | 0 | 39 | E | 1A | 13B | 2D | 35 |
| Octal | 275 | 122 | 242 | 0 | 71 | 16 | 32 | 473 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10100010 | 0 | 111001 | 1110 | 11010 | 100111011 | 101101 | 110101 |
Color Harmonies of #BD52A2
Complementary color
Monochromatic Colors of #BD52A2
Black with #BD52A2
Text Example
Text Example
White with #BD52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52A2; }
p { color: rgb(189,82,162); }
H1.HeaderClassName
{
color: #BD52A2;
}
.AnyTagClassName
{
color: #BD52A2;
}
</style>
background-color css
<style>
a { background-color: #BD52A2; }
a { background-color: rgb(189,82,162); }
div.DivClassName
{
background-color: #BD52A2;
}
.BgClassName
{
background-color: #BD52A2;
}
</style>
border-color css
<style>
span { border-color: #BD52A2; }
span { border-color: rgb(189,82,162); }
td.TdClassName
{
border-color: #BD52A2;
}
.TagClassName
{
border-color: #BD52A2;
}
</style>