Shades of Mulberry #BC4399
Tints of Mulberry #BC4399
RGB
CMYK
RGB Variations
Color information
#BC4399 (or 0xBC4399) is known color: Mulberry. HEX triplet: BC, 43 and 99. RGB value is (188,67,153). Sum of RGB (Red+Green+Blue) = 188+67+153=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4399 is #43BC66. Grayscale: #707070. Windows color (decimal): -4439143 or 10044348. OLE color: 10044348.
HSL color Cylindrical-coordinate representation of color #BC4399: hue angle of 317.36º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4399 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 153 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.26 |
| HSL | 317.36º | 0.47% | 0.5% | - |
| HSV(B) | 317.36º | 0.64% | 0.74% | - |
| XYZ | 28.5 | 17.01 | 31.92 | - |
| YUV | 112.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 153 | 0 | 0.64 | 0.19 | 0.26 | 317.36 | 0.47 | 0.5 |
| Hex | BC | 43 | 99 | 0 | 40 | 13 | 1A | 13D | 2F | 32 |
| Octal | 274 | 103 | 231 | 0 | 100 | 23 | 32 | 475 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10011001 | 0 | 1000000 | 10011 | 11010 | 100111101 | 101111 | 110010 |
Color Harmonies of #BC4399
Complementary color
Monochromatic Colors of #BC4399
Black with #BC4399
Text Example
Text Example
White with #BC4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4399; }
p { color: rgb(188,67,153); }
H1.HeaderClassName
{
color: #BC4399;
}
.AnyTagClassName
{
color: #BC4399;
}
</style>
background-color css
<style>
a { background-color: #BC4399; }
a { background-color: rgb(188,67,153); }
div.DivClassName
{
background-color: #BC4399;
}
.BgClassName
{
background-color: #BC4399;
}
</style>
border-color css
<style>
span { border-color: #BC4399; }
span { border-color: rgb(188,67,153); }
td.TdClassName
{
border-color: #BC4399;
}
.TagClassName
{
border-color: #BC4399;
}
</style>