Shades of Mulberry #BC41A3
Tints of Mulberry #BC41A3
RGB
CMYK
RGB Variations
Color information
#BC41A3 (or 0xBC41A3) is known color: Mulberry. HEX triplet: BC, 41 and A3. RGB value is (188,65,163). Sum of RGB (Red+Green+Blue) = 188+65+163=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A3 is #43BE5C. Grayscale: #707070. Windows color (decimal): -4439645 or 10699196. OLE color: 10699196.
HSL color Cylindrical-coordinate representation of color #BC41A3: hue angle of 312.2º 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 #BC41A3 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 163 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.26 |
| HSL | 312.2º | 0.49% | 0.5% | - |
| HSV(B) | 312.2º | 0.65% | 0.74% | - |
| XYZ | 29.24 | 17.12 | 36.41 | - |
| YUV | 112.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 163 | 0 | 0.65 | 0.13 | 0.26 | 312.2 | 0.49 | 0.5 |
| Hex | BC | 41 | A3 | 0 | 41 | D | 1A | 138 | 31 | 32 |
| Octal | 274 | 101 | 243 | 0 | 101 | 15 | 32 | 470 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10100011 | 0 | 1000001 | 1101 | 11010 | 100111000 | 110001 | 110010 |
Color Harmonies of #BC41A3
Complementary color
Monochromatic Colors of #BC41A3
Black with #BC41A3
Text Example
Text Example
White with #BC41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41A3; }
p { color: rgb(188,65,163); }
H1.HeaderClassName
{
color: #BC41A3;
}
.AnyTagClassName
{
color: #BC41A3;
}
</style>
background-color css
<style>
a { background-color: #BC41A3; }
a { background-color: rgb(188,65,163); }
div.DivClassName
{
background-color: #BC41A3;
}
.BgClassName
{
background-color: #BC41A3;
}
</style>
border-color css
<style>
span { border-color: #BC41A3; }
span { border-color: rgb(188,65,163); }
td.TdClassName
{
border-color: #BC41A3;
}
.TagClassName
{
border-color: #BC41A3;
}
</style>