Shades of Mulberry #BD508A
Tints of Mulberry #BD508A
RGB
CMYK
RGB Variations
Color information
#BD508A (or 0xBD508A) is known color: Mulberry. HEX triplet: BD, 50 and 8A. RGB value is (189,80,138). Sum of RGB (Red+Green+Blue) = 189+80+138=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508A is #42AF75. Grayscale: #777777. Windows color (decimal): -4370294 or 9064637. OLE color: 9064637.
HSL color Cylindrical-coordinate representation of color #BD508A: hue angle of 328.07º 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 #BD508A is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 138 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.26 |
| HSL | 328.07º | 0.45% | 0.53% | - |
| HSV(B) | 328.07º | 0.58% | 0.74% | - |
| XYZ | 28.44 | 18.39 | 26.1 | - |
| YUV | 119.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 138 | 0 | 0.58 | 0.27 | 0.26 | 328.07 | 0.45 | 0.53 |
| Hex | BD | 50 | 8A | 0 | 3A | 1B | 1A | 148 | 2D | 35 |
| Octal | 275 | 120 | 212 | 0 | 72 | 33 | 32 | 510 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10001010 | 0 | 111010 | 11011 | 11010 | 101001000 | 101101 | 110101 |
Color Harmonies of #BD508A
Complementary color
Monochromatic Colors of #BD508A
Black with #BD508A
Text Example
Text Example
White with #BD508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD508A; }
p { color: rgb(189,80,138); }
H1.HeaderClassName
{
color: #BD508A;
}
.AnyTagClassName
{
color: #BD508A;
}
</style>
background-color css
<style>
a { background-color: #BD508A; }
a { background-color: rgb(189,80,138); }
div.DivClassName
{
background-color: #BD508A;
}
.BgClassName
{
background-color: #BD508A;
}
</style>
border-color css
<style>
span { border-color: #BD508A; }
span { border-color: rgb(189,80,138); }
td.TdClassName
{
border-color: #BD508A;
}
.TagClassName
{
border-color: #BD508A;
}
</style>