Shades of Mulberry #BC4298
Tints of Mulberry #BC4298
RGB
CMYK
RGB Variations
Color information
#BC4298 (or 0xBC4298) is known color: Mulberry. HEX triplet: BC, 42 and 98. RGB value is (188,66,152). Sum of RGB (Red+Green+Blue) = 188+66+152=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4298 is #43BD67. Grayscale: #707070. Windows color (decimal): -4439400 or 9978556. OLE color: 9978556.
HSL color Cylindrical-coordinate representation of color #BC4298: hue angle of 317.7º 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 #BC4298 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 152 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.26 |
| HSL | 317.7º | 0.48% | 0.5% | - |
| HSV(B) | 317.7º | 0.65% | 0.74% | - |
| XYZ | 28.35 | 16.85 | 31.46 | - |
| YUV | 112.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 152 | 0 | 0.65 | 0.19 | 0.26 | 317.7 | 0.48 | 0.5 |
| Hex | BC | 42 | 98 | 0 | 41 | 13 | 1A | 13E | 30 | 32 |
| Octal | 274 | 102 | 230 | 0 | 101 | 23 | 32 | 476 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10011000 | 0 | 1000001 | 10011 | 11010 | 100111110 | 110000 | 110010 |
Color Harmonies of #BC4298
Complementary color
Monochromatic Colors of #BC4298
Black with #BC4298
Text Example
Text Example
White with #BC4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4298; }
p { color: rgb(188,66,152); }
H1.HeaderClassName
{
color: #BC4298;
}
.AnyTagClassName
{
color: #BC4298;
}
</style>
background-color css
<style>
a { background-color: #BC4298; }
a { background-color: rgb(188,66,152); }
div.DivClassName
{
background-color: #BC4298;
}
.BgClassName
{
background-color: #BC4298;
}
</style>
border-color css
<style>
span { border-color: #BC4298; }
span { border-color: rgb(188,66,152); }
td.TdClassName
{
border-color: #BC4298;
}
.TagClassName
{
border-color: #BC4298;
}
</style>