Shades of Mulberry #BC3FA5
Tints of Mulberry #BC3FA5
RGB
CMYK
RGB Variations
Color information
#BC3FA5 (or 0xBC3FA5) is known color: Mulberry. HEX triplet: BC, 3F and A5. RGB value is (188,63,165). Sum of RGB (Red+Green+Blue) = 188+63+165=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FA5 is #43C05A. Grayscale: #6F6F6F. Windows color (decimal): -4440155 or 10829756. OLE color: 10829756.
HSL color Cylindrical-coordinate representation of color #BC3FA5: hue angle of 311.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3FA5 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 165 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.26 |
| HSL | 311.04º | 0.5% | 0.49% | - |
| HSV(B) | 311.04º | 0.66% | 0.74% | - |
| XYZ | 29.31 | 16.96 | 37.33 | - |
| YUV | 112 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 165 | 0 | 0.66 | 0.12 | 0.26 | 311.04 | 0.5 | 0.49 |
| Hex | BC | 3F | A5 | 0 | 42 | C | 1A | 137 | 32 | 31 |
| Octal | 274 | 77 | 245 | 0 | 102 | 14 | 32 | 467 | 62 | 61 |
| Binary | 10111100 | 111111 | 10100101 | 0 | 1000010 | 1100 | 11010 | 100110111 | 110010 | 110001 |
Color Harmonies of #BC3FA5
Complementary color
Monochromatic Colors of #BC3FA5
Black with #BC3FA5
Text Example
Text Example
White with #BC3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FA5; }
p { color: rgb(188,63,165); }
H1.HeaderClassName
{
color: #BC3FA5;
}
.AnyTagClassName
{
color: #BC3FA5;
}
</style>
background-color css
<style>
a { background-color: #BC3FA5; }
a { background-color: rgb(188,63,165); }
div.DivClassName
{
background-color: #BC3FA5;
}
.BgClassName
{
background-color: #BC3FA5;
}
</style>
border-color css
<style>
span { border-color: #BC3FA5; }
span { border-color: rgb(188,63,165); }
td.TdClassName
{
border-color: #BC3FA5;
}
.TagClassName
{
border-color: #BC3FA5;
}
</style>