Shades of Mulberry #BB448C
Tints of Mulberry #BB448C
RGB
CMYK
RGB Variations
Color information
#BB448C (or 0xBB448C) is known color: Mulberry. HEX triplet: BB, 44 and 8C. RGB value is (187,68,140). Sum of RGB (Red+Green+Blue) = 187+68+140=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB448C is #44BB73. Grayscale: #6F6F6F. Windows color (decimal): -4504436 or 9192635. OLE color: 9192635.
HSL color Cylindrical-coordinate representation of color #BB448C: hue angle of 323.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB448C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 140 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.27 |
| HSL | 323.7º | 0.47% | 0.5% | - |
| HSV(B) | 323.7º | 0.64% | 0.73% | - |
| XYZ | 27.29 | 16.59 | 26.58 | - |
| YUV | 111.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 140 | 0 | 0.64 | 0.25 | 0.27 | 323.7 | 0.47 | 0.5 |
| Hex | BB | 44 | 8C | 0 | 40 | 19 | 1B | 144 | 2F | 32 |
| Octal | 273 | 104 | 214 | 0 | 100 | 31 | 33 | 504 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10001100 | 0 | 1000000 | 11001 | 11011 | 101000100 | 101111 | 110010 |
Color Harmonies of #BB448C
Complementary color
Monochromatic Colors of #BB448C
Black with #BB448C
Text Example
Text Example
White with #BB448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB448C; }
p { color: rgb(187,68,140); }
H1.HeaderClassName
{
color: #BB448C;
}
.AnyTagClassName
{
color: #BB448C;
}
</style>
background-color css
<style>
a { background-color: #BB448C; }
a { background-color: rgb(187,68,140); }
div.DivClassName
{
background-color: #BB448C;
}
.BgClassName
{
background-color: #BB448C;
}
</style>
border-color css
<style>
span { border-color: #BB448C; }
span { border-color: rgb(187,68,140); }
td.TdClassName
{
border-color: #BB448C;
}
.TagClassName
{
border-color: #BB448C;
}
</style>