Shades of Mulberry #BC419C
Tints of Mulberry #BC419C
RGB
CMYK
RGB Variations
Color information
#BC419C (or 0xBC419C) is known color: Mulberry. HEX triplet: BC, 41 and 9C. RGB value is (188,65,156). Sum of RGB (Red+Green+Blue) = 188+65+156=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC419C is #43BE63. Grayscale: #6F6F6F. Windows color (decimal): -4439652 or 10240444. OLE color: 10240444.
HSL color Cylindrical-coordinate representation of color #BC419C: hue angle of 315.61º degrees, saturation: 0.49, 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 #BC419C is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 156 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.26 |
| HSL | 315.61º | 0.49% | 0.5% | - |
| HSV(B) | 315.61º | 0.65% | 0.74% | - |
| XYZ | 28.63 | 16.87 | 33.2 | - |
| YUV | 112.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 156 | 0 | 0.65 | 0.17 | 0.26 | 315.61 | 0.49 | 0.5 |
| Hex | BC | 41 | 9C | 0 | 41 | 11 | 1A | 13C | 31 | 32 |
| Octal | 274 | 101 | 234 | 0 | 101 | 21 | 32 | 474 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10011100 | 0 | 1000001 | 10001 | 11010 | 100111100 | 110001 | 110010 |
Color Harmonies of #BC419C
Complementary color
Monochromatic Colors of #BC419C
Black with #BC419C
Text Example
Text Example
White with #BC419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC419C; }
p { color: rgb(188,65,156); }
H1.HeaderClassName
{
color: #BC419C;
}
.AnyTagClassName
{
color: #BC419C;
}
</style>
background-color css
<style>
a { background-color: #BC419C; }
a { background-color: rgb(188,65,156); }
div.DivClassName
{
background-color: #BC419C;
}
.BgClassName
{
background-color: #BC419C;
}
</style>
border-color css
<style>
span { border-color: #BC419C; }
span { border-color: rgb(188,65,156); }
td.TdClassName
{
border-color: #BC419C;
}
.TagClassName
{
border-color: #BC419C;
}
</style>