Shades of Mulberry #BB438E
Tints of Mulberry #BB438E
RGB
CMYK
RGB Variations
Color information
#BB438E (or 0xBB438E) is known color: Mulberry. HEX triplet: BB, 43 and 8E. RGB value is (187,67,142). Sum of RGB (Red+Green+Blue) = 187+67+142=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB438E is #44BC71. Grayscale: #6F6F6F. Windows color (decimal): -4504690 or 9323451. OLE color: 9323451.
HSL color Cylindrical-coordinate representation of color #BB438E: hue angle of 322.5º 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 #BB438E is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 142 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.27 |
| HSL | 322.5º | 0.47% | 0.5% | - |
| HSV(B) | 322.5º | 0.64% | 0.73% | - |
| XYZ | 27.38 | 16.53 | 27.34 | - |
| YUV | 111.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 142 | 0 | 0.64 | 0.24 | 0.27 | 322.5 | 0.47 | 0.5 |
| Hex | BB | 43 | 8E | 0 | 40 | 18 | 1B | 142 | 2F | 32 |
| Octal | 273 | 103 | 216 | 0 | 100 | 30 | 33 | 502 | 57 | 62 |
| Binary | 10111011 | 1000011 | 10001110 | 0 | 1000000 | 11000 | 11011 | 101000010 | 101111 | 110010 |
Color Harmonies of #BB438E
Complementary color
Monochromatic Colors of #BB438E
Black with #BB438E
Text Example
Text Example
White with #BB438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB438E; }
p { color: rgb(187,67,142); }
H1.HeaderClassName
{
color: #BB438E;
}
.AnyTagClassName
{
color: #BB438E;
}
</style>
background-color css
<style>
a { background-color: #BB438E; }
a { background-color: rgb(187,67,142); }
div.DivClassName
{
background-color: #BB438E;
}
.BgClassName
{
background-color: #BB438E;
}
</style>
border-color css
<style>
span { border-color: #BB438E; }
span { border-color: rgb(187,67,142); }
td.TdClassName
{
border-color: #BB438E;
}
.TagClassName
{
border-color: #BB438E;
}
</style>