Shades of Mulberry #BD5A98
Tints of Mulberry #BD5A98
RGB
CMYK
RGB Variations
Color information
#BD5A98 (or 0xBD5A98) is known color: Mulberry. HEX triplet: BD, 5A and 98. RGB value is (189,90,152). Sum of RGB (Red+Green+Blue) = 189+90+152=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5A98 is #42A567. Grayscale: #7E7E7E. Windows color (decimal): -4367720 or 9984701. OLE color: 9984701.
HSL color Cylindrical-coordinate representation of color #BD5A98: hue angle of 322.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5A98 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 152 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.26 |
| HSL | 322.42º | 0.43% | 0.55% | - |
| HSV(B) | 322.42º | 0.52% | 0.74% | - |
| XYZ | 30.31 | 20.4 | 32.05 | - |
| YUV | 126.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 152 | 0 | 0.52 | 0.20 | 0.26 | 322.42 | 0.43 | 0.55 |
| Hex | BD | 5A | 98 | 0 | 34 | 14 | 1A | 142 | 2B | 37 |
| Octal | 275 | 132 | 230 | 0 | 64 | 24 | 32 | 502 | 53 | 67 |
| Binary | 10111101 | 1011010 | 10011000 | 0 | 110100 | 10100 | 11010 | 101000010 | 101011 | 110111 |
Color Harmonies of #BD5A98
Complementary color
Monochromatic Colors of #BD5A98
Black with #BD5A98
Text Example
Text Example
White with #BD5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A98; }
p { color: rgb(189,90,152); }
H1.HeaderClassName
{
color: #BD5A98;
}
.AnyTagClassName
{
color: #BD5A98;
}
</style>
background-color css
<style>
a { background-color: #BD5A98; }
a { background-color: rgb(189,90,152); }
div.DivClassName
{
background-color: #BD5A98;
}
.BgClassName
{
background-color: #BD5A98;
}
</style>
border-color css
<style>
span { border-color: #BD5A98; }
span { border-color: rgb(189,90,152); }
td.TdClassName
{
border-color: #BD5A98;
}
.TagClassName
{
border-color: #BD5A98;
}
</style>