Shades of Mulberry #BC4F98
Tints of Mulberry #BC4F98
RGB
CMYK
RGB Variations
Color information
#BC4F98 (or 0xBC4F98) is known color: Mulberry. HEX triplet: BC, 4F and 98. RGB value is (188,79,152). Sum of RGB (Red+Green+Blue) = 188+79+152=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F98 is #43B067. Grayscale: #777777. Windows color (decimal): -4436072 or 9981884. OLE color: 9981884.
HSL color Cylindrical-coordinate representation of color #BC4F98: hue angle of 319.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F98 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 152 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.26 |
| HSL | 319.82º | 0.45% | 0.52% | - |
| HSV(B) | 319.82º | 0.58% | 0.74% | - |
| XYZ | 29.2 | 18.55 | 31.75 | - |
| YUV | 119.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 152 | 0 | 0.58 | 0.19 | 0.26 | 319.82 | 0.45 | 0.52 |
| Hex | BC | 4F | 98 | 0 | 3A | 13 | 1A | 140 | 2D | 34 |
| Octal | 274 | 117 | 230 | 0 | 72 | 23 | 32 | 500 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10011000 | 0 | 111010 | 10011 | 11010 | 101000000 | 101101 | 110100 |
Color Harmonies of #BC4F98
Complementary color
Monochromatic Colors of #BC4F98
Black with #BC4F98
Text Example
Text Example
White with #BC4F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F98; }
p { color: rgb(188,79,152); }
H1.HeaderClassName
{
color: #BC4F98;
}
.AnyTagClassName
{
color: #BC4F98;
}
</style>
background-color css
<style>
a { background-color: #BC4F98; }
a { background-color: rgb(188,79,152); }
div.DivClassName
{
background-color: #BC4F98;
}
.BgClassName
{
background-color: #BC4F98;
}
</style>
border-color css
<style>
span { border-color: #BC4F98; }
span { border-color: rgb(188,79,152); }
td.TdClassName
{
border-color: #BC4F98;
}
.TagClassName
{
border-color: #BC4F98;
}
</style>