Shades of Mulberry #BC5397
Tints of Mulberry #BC5397
RGB
CMYK
RGB Variations
Color information
#BC5397 (or 0xBC5397) is known color: Mulberry. HEX triplet: BC, 53 and 97. RGB value is (188,83,151). Sum of RGB (Red+Green+Blue) = 188+83+151=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5397 is #43AC68. Grayscale: #797979. Windows color (decimal): -4435049 or 9917372. OLE color: 9917372.
HSL color Cylindrical-coordinate representation of color #BC5397: hue angle of 321.14º 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 #BC5397 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 151 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.26 |
| HSL | 321.14º | 0.44% | 0.53% | - |
| HSV(B) | 321.14º | 0.56% | 0.74% | - |
| XYZ | 29.42 | 19.11 | 31.42 | - |
| YUV | 122.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 151 | 0 | 0.56 | 0.20 | 0.26 | 321.14 | 0.44 | 0.53 |
| Hex | BC | 53 | 97 | 0 | 38 | 14 | 1A | 141 | 2C | 35 |
| Octal | 274 | 123 | 227 | 0 | 70 | 24 | 32 | 501 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10010111 | 0 | 111000 | 10100 | 11010 | 101000001 | 101100 | 110101 |
Color Harmonies of #BC5397
Complementary color
Monochromatic Colors of #BC5397
Black with #BC5397
Text Example
Text Example
White with #BC5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5397; }
p { color: rgb(188,83,151); }
H1.HeaderClassName
{
color: #BC5397;
}
.AnyTagClassName
{
color: #BC5397;
}
</style>
background-color css
<style>
a { background-color: #BC5397; }
a { background-color: rgb(188,83,151); }
div.DivClassName
{
background-color: #BC5397;
}
.BgClassName
{
background-color: #BC5397;
}
</style>
border-color css
<style>
span { border-color: #BC5397; }
span { border-color: rgb(188,83,151); }
td.TdClassName
{
border-color: #BC5397;
}
.TagClassName
{
border-color: #BC5397;
}
</style>