Shades of Mulberry #BC42A3
Tints of Mulberry #BC42A3
RGB
CMYK
RGB Variations
Color information
#BC42A3 (or 0xBC42A3) is known color: Mulberry. HEX triplet: BC, 42 and A3. RGB value is (188,66,163). Sum of RGB (Red+Green+Blue) = 188+66+163=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A3 is #43BD5C. Grayscale: #717171. Windows color (decimal): -4439389 or 10699452. OLE color: 10699452.
HSL color Cylindrical-coordinate representation of color #BC42A3: hue angle of 312.3º 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 #BC42A3 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 163 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.26 |
| HSL | 312.3º | 0.48% | 0.5% | - |
| HSV(B) | 312.3º | 0.65% | 0.74% | - |
| XYZ | 29.3 | 17.23 | 36.43 | - |
| YUV | 113.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 163 | 0 | 0.65 | 0.13 | 0.26 | 312.3 | 0.48 | 0.5 |
| Hex | BC | 42 | A3 | 0 | 41 | D | 1A | 138 | 30 | 32 |
| Octal | 274 | 102 | 243 | 0 | 101 | 15 | 32 | 470 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10100011 | 0 | 1000001 | 1101 | 11010 | 100111000 | 110000 | 110010 |
Color Harmonies of #BC42A3
Complementary color
Monochromatic Colors of #BC42A3
Black with #BC42A3
Text Example
Text Example
White with #BC42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42A3; }
p { color: rgb(188,66,163); }
H1.HeaderClassName
{
color: #BC42A3;
}
.AnyTagClassName
{
color: #BC42A3;
}
</style>
background-color css
<style>
a { background-color: #BC42A3; }
a { background-color: rgb(188,66,163); }
div.DivClassName
{
background-color: #BC42A3;
}
.BgClassName
{
background-color: #BC42A3;
}
</style>
border-color css
<style>
span { border-color: #BC42A3; }
span { border-color: rgb(188,66,163); }
td.TdClassName
{
border-color: #BC42A3;
}
.TagClassName
{
border-color: #BC42A3;
}
</style>