Shades of Mulberry #BC429F
Tints of Mulberry #BC429F
RGB
CMYK
RGB Variations
Color information
#BC429F (or 0xBC429F) is known color: Mulberry. HEX triplet: BC, 42 and 9F. RGB value is (188,66,159). Sum of RGB (Red+Green+Blue) = 188+66+159=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC429F is #43BD60. Grayscale: #707070. Windows color (decimal): -4439393 or 10437308. OLE color: 10437308.
HSL color Cylindrical-coordinate representation of color #BC429F: hue angle of 314.26º 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 #BC429F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 159 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.26 |
| HSL | 314.26º | 0.48% | 0.5% | - |
| HSV(B) | 314.26º | 0.65% | 0.74% | - |
| XYZ | 28.95 | 17.09 | 34.57 | - |
| YUV | 113.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 159 | 0 | 0.65 | 0.15 | 0.26 | 314.26 | 0.48 | 0.5 |
| Hex | BC | 42 | 9F | 0 | 41 | F | 1A | 13A | 30 | 32 |
| Octal | 274 | 102 | 237 | 0 | 101 | 17 | 32 | 472 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10011111 | 0 | 1000001 | 1111 | 11010 | 100111010 | 110000 | 110010 |
Color Harmonies of #BC429F
Complementary color
Monochromatic Colors of #BC429F
Black with #BC429F
Text Example
Text Example
White with #BC429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC429F; }
p { color: rgb(188,66,159); }
H1.HeaderClassName
{
color: #BC429F;
}
.AnyTagClassName
{
color: #BC429F;
}
</style>
background-color css
<style>
a { background-color: #BC429F; }
a { background-color: rgb(188,66,159); }
div.DivClassName
{
background-color: #BC429F;
}
.BgClassName
{
background-color: #BC429F;
}
</style>
border-color css
<style>
span { border-color: #BC429F; }
span { border-color: rgb(188,66,159); }
td.TdClassName
{
border-color: #BC429F;
}
.TagClassName
{
border-color: #BC429F;
}
</style>