Shades of Mulberry #BD58A2
Tints of Mulberry #BD58A2
RGB
CMYK
RGB Variations
Color information
#BD58A2 (or 0xBD58A2) is known color: Mulberry. HEX triplet: BD, 58 and A2. RGB value is (189,88,162). Sum of RGB (Red+Green+Blue) = 189+88+162=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58A2 is #42A75D. Grayscale: #7E7E7E. Windows color (decimal): -4368222 or 10639549. OLE color: 10639549.
HSL color Cylindrical-coordinate representation of color #BD58A2: hue angle of 316.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD58A2 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 162 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.26 |
| HSL | 316.04º | 0.43% | 0.54% | - |
| HSV(B) | 316.04º | 0.53% | 0.74% | - |
| XYZ | 31 | 20.41 | 36.49 | - |
| YUV | 126.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 162 | 0 | 0.53 | 0.14 | 0.26 | 316.04 | 0.43 | 0.54 |
| Hex | BD | 58 | A2 | 0 | 35 | E | 1A | 13C | 2B | 36 |
| Octal | 275 | 130 | 242 | 0 | 65 | 16 | 32 | 474 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10100010 | 0 | 110101 | 1110 | 11010 | 100111100 | 101011 | 110110 |
Color Harmonies of #BD58A2
Complementary color
Monochromatic Colors of #BD58A2
Black with #BD58A2
Text Example
Text Example
White with #BD58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58A2; }
p { color: rgb(189,88,162); }
H1.HeaderClassName
{
color: #BD58A2;
}
.AnyTagClassName
{
color: #BD58A2;
}
</style>
background-color css
<style>
a { background-color: #BD58A2; }
a { background-color: rgb(189,88,162); }
div.DivClassName
{
background-color: #BD58A2;
}
.BgClassName
{
background-color: #BD58A2;
}
</style>
border-color css
<style>
span { border-color: #BD58A2; }
span { border-color: rgb(189,88,162); }
td.TdClassName
{
border-color: #BD58A2;
}
.TagClassName
{
border-color: #BD58A2;
}
</style>