Shades of Mulberry #BC4299
Tints of Mulberry #BC4299
RGB
CMYK
RGB Variations
Color information
#BC4299 (or 0xBC4299) is known color: Mulberry. HEX triplet: BC, 42 and 99. RGB value is (188,66,153). Sum of RGB (Red+Green+Blue) = 188+66+153=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4299 is #43BD66. Grayscale: #707070. Windows color (decimal): -4439399 or 10044092. OLE color: 10044092.
HSL color Cylindrical-coordinate representation of color #BC4299: hue angle of 317.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4299 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 153 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.26 |
| HSL | 317.21º | 0.48% | 0.5% | - |
| HSV(B) | 317.21º | 0.65% | 0.74% | - |
| XYZ | 28.44 | 16.89 | 31.9 | - |
| YUV | 112.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 153 | 0 | 0.65 | 0.19 | 0.26 | 317.21 | 0.48 | 0.5 |
| Hex | BC | 42 | 99 | 0 | 41 | 13 | 1A | 13D | 30 | 32 |
| Octal | 274 | 102 | 231 | 0 | 101 | 23 | 32 | 475 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10011001 | 0 | 1000001 | 10011 | 11010 | 100111101 | 110000 | 110010 |
Color Harmonies of #BC4299
Complementary color
Monochromatic Colors of #BC4299
Black with #BC4299
Text Example
Text Example
White with #BC4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4299; }
p { color: rgb(188,66,153); }
H1.HeaderClassName
{
color: #BC4299;
}
.AnyTagClassName
{
color: #BC4299;
}
</style>
background-color css
<style>
a { background-color: #BC4299; }
a { background-color: rgb(188,66,153); }
div.DivClassName
{
background-color: #BC4299;
}
.BgClassName
{
background-color: #BC4299;
}
</style>
border-color css
<style>
span { border-color: #BC4299; }
span { border-color: rgb(188,66,153); }
td.TdClassName
{
border-color: #BC4299;
}
.TagClassName
{
border-color: #BC4299;
}
</style>