Shades of Mulberry #BC448C
Tints of Mulberry #BC448C
RGB
CMYK
RGB Variations
Color information
#BC448C (or 0xBC448C) is known color: Mulberry. HEX triplet: BC, 44 and 8C. RGB value is (188,68,140). Sum of RGB (Red+Green+Blue) = 188+68+140=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC448C is #43BB73. Grayscale: #6F6F6F. Windows color (decimal): -4438900 or 9192636. OLE color: 9192636.
HSL color Cylindrical-coordinate representation of color #BC448C: hue angle of 324º 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 #BC448C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 140 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.26 |
| HSL | 324º | 0.47% | 0.5% | - |
| HSV(B) | 324º | 0.64% | 0.74% | - |
| XYZ | 27.54 | 16.72 | 26.59 | - |
| YUV | 112.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 140 | 0 | 0.64 | 0.26 | 0.26 | 324 | 0.47 | 0.5 |
| Hex | BC | 44 | 8C | 0 | 40 | 1A | 1A | 144 | 2F | 32 |
| Octal | 274 | 104 | 214 | 0 | 100 | 32 | 32 | 504 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10001100 | 0 | 1000000 | 11010 | 11010 | 101000100 | 101111 | 110010 |
Color Harmonies of #BC448C
Complementary color
Monochromatic Colors of #BC448C
Black with #BC448C
Text Example
Text Example
White with #BC448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC448C; }
p { color: rgb(188,68,140); }
H1.HeaderClassName
{
color: #BC448C;
}
.AnyTagClassName
{
color: #BC448C;
}
</style>
background-color css
<style>
a { background-color: #BC448C; }
a { background-color: rgb(188,68,140); }
div.DivClassName
{
background-color: #BC448C;
}
.BgClassName
{
background-color: #BC448C;
}
</style>
border-color css
<style>
span { border-color: #BC448C; }
span { border-color: rgb(188,68,140); }
td.TdClassName
{
border-color: #BC448C;
}
.TagClassName
{
border-color: #BC448C;
}
</style>