Shades of Mulberry #BC509B
Tints of Mulberry #BC509B
RGB
CMYK
RGB Variations
Color information
#BC509B (or 0xBC509B) is known color: Mulberry. HEX triplet: BC, 50 and 9B. RGB value is (188,80,155). Sum of RGB (Red+Green+Blue) = 188+80+155=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC509B is #43AF64. Grayscale: #787878. Windows color (decimal): -4435813 or 10178748. OLE color: 10178748.
HSL color Cylindrical-coordinate representation of color #BC509B: hue angle of 318.33º 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 #BC509B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 155 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.26 |
| HSL | 318.33º | 0.45% | 0.53% | - |
| HSV(B) | 318.33º | 0.57% | 0.74% | - |
| XYZ | 29.52 | 18.8 | 33.08 | - |
| YUV | 120.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 155 | 0 | 0.57 | 0.18 | 0.26 | 318.33 | 0.45 | 0.53 |
| Hex | BC | 50 | 9B | 0 | 39 | 12 | 1A | 13E | 2D | 35 |
| Octal | 274 | 120 | 233 | 0 | 71 | 22 | 32 | 476 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10011011 | 0 | 111001 | 10010 | 11010 | 100111110 | 101101 | 110101 |
Color Harmonies of #BC509B
Complementary color
Monochromatic Colors of #BC509B
Black with #BC509B
Text Example
Text Example
White with #BC509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC509B; }
p { color: rgb(188,80,155); }
H1.HeaderClassName
{
color: #BC509B;
}
.AnyTagClassName
{
color: #BC509B;
}
</style>
background-color css
<style>
a { background-color: #BC509B; }
a { background-color: rgb(188,80,155); }
div.DivClassName
{
background-color: #BC509B;
}
.BgClassName
{
background-color: #BC509B;
}
</style>
border-color css
<style>
span { border-color: #BC509B; }
span { border-color: rgb(188,80,155); }
td.TdClassName
{
border-color: #BC509B;
}
.TagClassName
{
border-color: #BC509B;
}
</style>