Shades of Mulberry #BC41A5
Tints of Mulberry #BC41A5
RGB
CMYK
RGB Variations
Color information
#BC41A5 (or 0xBC41A5) is known color: Mulberry. HEX triplet: BC, 41 and A5. RGB value is (188,65,165). Sum of RGB (Red+Green+Blue) = 188+65+165=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A5 is #43BE5A. Grayscale: #707070. Windows color (decimal): -4439643 or 10830268. OLE color: 10830268.
HSL color Cylindrical-coordinate representation of color #BC41A5: hue angle of 311.22º 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 #BC41A5 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 165 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.26 |
| HSL | 311.22º | 0.49% | 0.5% | - |
| HSV(B) | 311.22º | 0.65% | 0.74% | - |
| XYZ | 29.42 | 17.19 | 37.36 | - |
| YUV | 113.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 165 | 0 | 0.65 | 0.12 | 0.26 | 311.22 | 0.49 | 0.5 |
| Hex | BC | 41 | A5 | 0 | 41 | C | 1A | 137 | 31 | 32 |
| Octal | 274 | 101 | 245 | 0 | 101 | 14 | 32 | 467 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10100101 | 0 | 1000001 | 1100 | 11010 | 100110111 | 110001 | 110010 |
Color Harmonies of #BC41A5
Complementary color
Monochromatic Colors of #BC41A5
Black with #BC41A5
Text Example
Text Example
White with #BC41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41A5; }
p { color: rgb(188,65,165); }
H1.HeaderClassName
{
color: #BC41A5;
}
.AnyTagClassName
{
color: #BC41A5;
}
</style>
background-color css
<style>
a { background-color: #BC41A5; }
a { background-color: rgb(188,65,165); }
div.DivClassName
{
background-color: #BC41A5;
}
.BgClassName
{
background-color: #BC41A5;
}
</style>
border-color css
<style>
span { border-color: #BC41A5; }
span { border-color: rgb(188,65,165); }
td.TdClassName
{
border-color: #BC41A5;
}
.TagClassName
{
border-color: #BC41A5;
}
</style>