Shades of Mulberry #BC448A
Tints of Mulberry #BC448A
RGB
CMYK
RGB Variations
Color information
#BC448A (or 0xBC448A) is known color: Mulberry. HEX triplet: BC, 44 and 8A. RGB value is (188,68,138). Sum of RGB (Red+Green+Blue) = 188+68+138=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC448A is #43BB75. Grayscale: #6F6F6F. Windows color (decimal): -4438902 or 9061564. OLE color: 9061564.
HSL color Cylindrical-coordinate representation of color #BC448A: hue angle of 325º 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 #BC448A is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 138 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.26 |
| HSL | 325º | 0.47% | 0.5% | - |
| HSV(B) | 325º | 0.64% | 0.74% | - |
| XYZ | 27.39 | 16.66 | 25.82 | - |
| YUV | 111.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 138 | 0 | 0.64 | 0.27 | 0.26 | 325 | 0.47 | 0.5 |
| Hex | BC | 44 | 8A | 0 | 40 | 1B | 1A | 145 | 2F | 32 |
| Octal | 274 | 104 | 212 | 0 | 100 | 33 | 32 | 505 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10001010 | 0 | 1000000 | 11011 | 11010 | 101000101 | 101111 | 110010 |
Color Harmonies of #BC448A
Complementary color
Monochromatic Colors of #BC448A
Black with #BC448A
Text Example
Text Example
White with #BC448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC448A; }
p { color: rgb(188,68,138); }
H1.HeaderClassName
{
color: #BC448A;
}
.AnyTagClassName
{
color: #BC448A;
}
</style>
background-color css
<style>
a { background-color: #BC448A; }
a { background-color: rgb(188,68,138); }
div.DivClassName
{
background-color: #BC448A;
}
.BgClassName
{
background-color: #BC448A;
}
</style>
border-color css
<style>
span { border-color: #BC448A; }
span { border-color: rgb(188,68,138); }
td.TdClassName
{
border-color: #BC448A;
}
.TagClassName
{
border-color: #BC448A;
}
</style>