Shades of Mulberry #BC3F9C
Tints of Mulberry #BC3F9C
RGB
CMYK
RGB Variations
Color information
#BC3F9C (or 0xBC3F9C) is known color: Mulberry. HEX triplet: BC, 3F and 9C. RGB value is (188,63,156). Sum of RGB (Red+Green+Blue) = 188+63+156=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3F9C is #43C063. Grayscale: #6E6E6E. Windows color (decimal): -4440164 or 10239932. OLE color: 10239932.
HSL color Cylindrical-coordinate representation of color #BC3F9C: hue angle of 315.36º 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 #BC3F9C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 156 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.26 |
| HSL | 315.36º | 0.5% | 0.49% | - |
| HSV(B) | 315.36º | 0.66% | 0.74% | - |
| XYZ | 28.52 | 16.65 | 33.16 | - |
| YUV | 110.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 156 | 0 | 0.66 | 0.17 | 0.26 | 315.36 | 0.5 | 0.49 |
| Hex | BC | 3F | 9C | 0 | 42 | 11 | 1A | 13B | 32 | 31 |
| Octal | 274 | 77 | 234 | 0 | 102 | 21 | 32 | 473 | 62 | 61 |
| Binary | 10111100 | 111111 | 10011100 | 0 | 1000010 | 10001 | 11010 | 100111011 | 110010 | 110001 |
Color Harmonies of #BC3F9C
Complementary color
Monochromatic Colors of #BC3F9C
Black with #BC3F9C
Text Example
Text Example
White with #BC3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F9C; }
p { color: rgb(188,63,156); }
H1.HeaderClassName
{
color: #BC3F9C;
}
.AnyTagClassName
{
color: #BC3F9C;
}
</style>
background-color css
<style>
a { background-color: #BC3F9C; }
a { background-color: rgb(188,63,156); }
div.DivClassName
{
background-color: #BC3F9C;
}
.BgClassName
{
background-color: #BC3F9C;
}
</style>
border-color css
<style>
span { border-color: #BC3F9C; }
span { border-color: rgb(188,63,156); }
td.TdClassName
{
border-color: #BC3F9C;
}
.TagClassName
{
border-color: #BC3F9C;
}
</style>