Shades of Mulberry #BC419A
Tints of Mulberry #BC419A
RGB
CMYK
RGB Variations
Color information
#BC419A (or 0xBC419A) is known color: Mulberry. HEX triplet: BC, 41 and 9A. RGB value is (188,65,154). Sum of RGB (Red+Green+Blue) = 188+65+154=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC419A is #43BE65. Grayscale: #6F6F6F. Windows color (decimal): -4439654 or 10109372. OLE color: 10109372.
HSL color Cylindrical-coordinate representation of color #BC419A: hue angle of 316.59º 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 #BC419A is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 154 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.26 |
| HSL | 316.59º | 0.49% | 0.5% | - |
| HSV(B) | 316.59º | 0.65% | 0.74% | - |
| XYZ | 28.46 | 16.81 | 32.32 | - |
| YUV | 111.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 154 | 0 | 0.65 | 0.18 | 0.26 | 316.59 | 0.49 | 0.5 |
| Hex | BC | 41 | 9A | 0 | 41 | 12 | 1A | 13D | 31 | 32 |
| Octal | 274 | 101 | 232 | 0 | 101 | 22 | 32 | 475 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10011010 | 0 | 1000001 | 10010 | 11010 | 100111101 | 110001 | 110010 |
Color Harmonies of #BC419A
Complementary color
Monochromatic Colors of #BC419A
Black with #BC419A
Text Example
Text Example
White with #BC419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC419A; }
p { color: rgb(188,65,154); }
H1.HeaderClassName
{
color: #BC419A;
}
.AnyTagClassName
{
color: #BC419A;
}
</style>
background-color css
<style>
a { background-color: #BC419A; }
a { background-color: rgb(188,65,154); }
div.DivClassName
{
background-color: #BC419A;
}
.BgClassName
{
background-color: #BC419A;
}
</style>
border-color css
<style>
span { border-color: #BC419A; }
span { border-color: rgb(188,65,154); }
td.TdClassName
{
border-color: #BC419A;
}
.TagClassName
{
border-color: #BC419A;
}
</style>