Shades of Mulberry #BC4094
Tints of Mulberry #BC4094
RGB
CMYK
RGB Variations
Color information
#BC4094 (or 0xBC4094) is known color: Mulberry. HEX triplet: BC, 40 and 94. RGB value is (188,64,148). Sum of RGB (Red+Green+Blue) = 188+64+148=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4094 is #43BF6B. Grayscale: #6E6E6E. Windows color (decimal): -4439916 or 9715900. OLE color: 9715900.
HSL color Cylindrical-coordinate representation of color #BC4094: hue angle of 319.35º degrees, saturation: 0.49, 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 #BC4094 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 148 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.26 |
| HSL | 319.35º | 0.49% | 0.49% | - |
| HSV(B) | 319.35º | 0.66% | 0.74% | - |
| XYZ | 27.92 | 16.5 | 29.73 | - |
| YUV | 110.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 148 | 0 | 0.66 | 0.21 | 0.26 | 319.35 | 0.49 | 0.49 |
| Hex | BC | 40 | 94 | 0 | 42 | 15 | 1A | 13F | 31 | 31 |
| Octal | 274 | 100 | 224 | 0 | 102 | 25 | 32 | 477 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10010100 | 0 | 1000010 | 10101 | 11010 | 100111111 | 110001 | 110001 |
Color Harmonies of #BC4094
Complementary color
Monochromatic Colors of #BC4094
Black with #BC4094
Text Example
Text Example
White with #BC4094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4094; }
p { color: rgb(188,64,148); }
H1.HeaderClassName
{
color: #BC4094;
}
.AnyTagClassName
{
color: #BC4094;
}
</style>
background-color css
<style>
a { background-color: #BC4094; }
a { background-color: rgb(188,64,148); }
div.DivClassName
{
background-color: #BC4094;
}
.BgClassName
{
background-color: #BC4094;
}
</style>
border-color css
<style>
span { border-color: #BC4094; }
span { border-color: rgb(188,64,148); }
td.TdClassName
{
border-color: #BC4094;
}
.TagClassName
{
border-color: #BC4094;
}
</style>