Shades of Mulberry #BC5297
Tints of Mulberry #BC5297
RGB
CMYK
RGB Variations
Color information
#BC5297 (or 0xBC5297) is known color: Mulberry. HEX triplet: BC, 52 and 97. RGB value is (188,82,151). Sum of RGB (Red+Green+Blue) = 188+82+151=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5297 is #43AD68. Grayscale: #797979. Windows color (decimal): -4435305 or 9917116. OLE color: 9917116.
HSL color Cylindrical-coordinate representation of color #BC5297: hue angle of 320.94º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5297 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 151 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.26 |
| HSL | 320.94º | 0.44% | 0.53% | - |
| HSV(B) | 320.94º | 0.56% | 0.74% | - |
| XYZ | 29.34 | 18.96 | 31.39 | - |
| YUV | 121.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 151 | 0 | 0.56 | 0.20 | 0.26 | 320.94 | 0.44 | 0.53 |
| Hex | BC | 52 | 97 | 0 | 38 | 14 | 1A | 141 | 2C | 35 |
| Octal | 274 | 122 | 227 | 0 | 70 | 24 | 32 | 501 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10010111 | 0 | 111000 | 10100 | 11010 | 101000001 | 101100 | 110101 |
Color Harmonies of #BC5297
Complementary color
Monochromatic Colors of #BC5297
Black with #BC5297
Text Example
Text Example
White with #BC5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5297; }
p { color: rgb(188,82,151); }
H1.HeaderClassName
{
color: #BC5297;
}
.AnyTagClassName
{
color: #BC5297;
}
</style>
background-color css
<style>
a { background-color: #BC5297; }
a { background-color: rgb(188,82,151); }
div.DivClassName
{
background-color: #BC5297;
}
.BgClassName
{
background-color: #BC5297;
}
</style>
border-color css
<style>
span { border-color: #BC5297; }
span { border-color: rgb(188,82,151); }
td.TdClassName
{
border-color: #BC5297;
}
.TagClassName
{
border-color: #BC5297;
}
</style>