Shades of Mulberry #BD509A
Tints of Mulberry #BD509A
RGB
CMYK
RGB Variations
Color information
#BD509A (or 0xBD509A) is known color: Mulberry. HEX triplet: BD, 50 and 9A. RGB value is (189,80,154). Sum of RGB (Red+Green+Blue) = 189+80+154=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD509A is #42AF65. Grayscale: #787878. Windows color (decimal): -4370278 or 10113213. OLE color: 10113213.
HSL color Cylindrical-coordinate representation of color #BD509A: hue angle of 319.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD509A is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 154 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.26 |
| HSL | 319.27º | 0.45% | 0.53% | - |
| HSV(B) | 319.27º | 0.58% | 0.74% | - |
| XYZ | 29.69 | 18.89 | 32.65 | - |
| YUV | 121.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 154 | 0 | 0.58 | 0.19 | 0.26 | 319.27 | 0.45 | 0.53 |
| Hex | BD | 50 | 9A | 0 | 3A | 13 | 1A | 13F | 2D | 35 |
| Octal | 275 | 120 | 232 | 0 | 72 | 23 | 32 | 477 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10011010 | 0 | 111010 | 10011 | 11010 | 100111111 | 101101 | 110101 |
Color Harmonies of #BD509A
Complementary color
Monochromatic Colors of #BD509A
Black with #BD509A
Text Example
Text Example
White with #BD509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD509A; }
p { color: rgb(189,80,154); }
H1.HeaderClassName
{
color: #BD509A;
}
.AnyTagClassName
{
color: #BD509A;
}
</style>
background-color css
<style>
a { background-color: #BD509A; }
a { background-color: rgb(189,80,154); }
div.DivClassName
{
background-color: #BD509A;
}
.BgClassName
{
background-color: #BD509A;
}
</style>
border-color css
<style>
span { border-color: #BD509A; }
span { border-color: rgb(189,80,154); }
td.TdClassName
{
border-color: #BD509A;
}
.TagClassName
{
border-color: #BD509A;
}
</style>