Shades of Mulberry #BC4098
Tints of Mulberry #BC4098
RGB
CMYK
RGB Variations
Color information
#BC4098 (or 0xBC4098) is known color: Mulberry. HEX triplet: BC, 40 and 98. RGB value is (188,64,152). Sum of RGB (Red+Green+Blue) = 188+64+152=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4098 is #43BF67. Grayscale: #6E6E6E. Windows color (decimal): -4439912 or 9978044. OLE color: 9978044.
HSL color Cylindrical-coordinate representation of color #BC4098: hue angle of 317.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4098 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 152 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.26 |
| HSL | 317.42º | 0.49% | 0.49% | - |
| HSV(B) | 317.42º | 0.66% | 0.74% | - |
| XYZ | 28.24 | 16.63 | 31.43 | - |
| YUV | 111.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 152 | 0 | 0.66 | 0.19 | 0.26 | 317.42 | 0.49 | 0.49 |
| Hex | BC | 40 | 98 | 0 | 42 | 13 | 1A | 13D | 31 | 31 |
| Octal | 274 | 100 | 230 | 0 | 102 | 23 | 32 | 475 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011000 | 0 | 1000010 | 10011 | 11010 | 100111101 | 110001 | 110001 |
Color Harmonies of #BC4098
Complementary color
Monochromatic Colors of #BC4098
Black with #BC4098
Text Example
Text Example
White with #BC4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4098; }
p { color: rgb(188,64,152); }
H1.HeaderClassName
{
color: #BC4098;
}
.AnyTagClassName
{
color: #BC4098;
}
</style>
background-color css
<style>
a { background-color: #BC4098; }
a { background-color: rgb(188,64,152); }
div.DivClassName
{
background-color: #BC4098;
}
.BgClassName
{
background-color: #BC4098;
}
</style>
border-color css
<style>
span { border-color: #BC4098; }
span { border-color: rgb(188,64,152); }
td.TdClassName
{
border-color: #BC4098;
}
.TagClassName
{
border-color: #BC4098;
}
</style>