Shades of Mulberry #BB43A1
Tints of Mulberry #BB43A1
RGB
CMYK
RGB Variations
Color information
#BB43A1 (or 0xBB43A1) is known color: Mulberry. HEX triplet: BB, 43 and A1. RGB value is (187,67,161). Sum of RGB (Red+Green+Blue) = 187+67+161=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43A1 is #44BC5E. Grayscale: #717171. Windows color (decimal): -4504671 or 10568635. OLE color: 10568635.
HSL color Cylindrical-coordinate representation of color #BB43A1: hue angle of 313º 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 #BB43A1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 161 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.27 |
| HSL | 313º | 0.47% | 0.5% | - |
| HSV(B) | 313º | 0.64% | 0.73% | - |
| XYZ | 28.93 | 17.15 | 35.5 | - |
| YUV | 113.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 161 | 0 | 0.64 | 0.14 | 0.27 | 313 | 0.47 | 0.5 |
| Hex | BB | 43 | A1 | 0 | 40 | E | 1B | 139 | 2F | 32 |
| Octal | 273 | 103 | 241 | 0 | 100 | 16 | 33 | 471 | 57 | 62 |
| Binary | 10111011 | 1000011 | 10100001 | 0 | 1000000 | 1110 | 11011 | 100111001 | 101111 | 110010 |
Color Harmonies of #BB43A1
Complementary color
Monochromatic Colors of #BB43A1
Black with #BB43A1
Text Example
Text Example
White with #BB43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43A1; }
p { color: rgb(187,67,161); }
H1.HeaderClassName
{
color: #BB43A1;
}
.AnyTagClassName
{
color: #BB43A1;
}
</style>
background-color css
<style>
a { background-color: #BB43A1; }
a { background-color: rgb(187,67,161); }
div.DivClassName
{
background-color: #BB43A1;
}
.BgClassName
{
background-color: #BB43A1;
}
</style>
border-color css
<style>
span { border-color: #BB43A1; }
span { border-color: rgb(187,67,161); }
td.TdClassName
{
border-color: #BB43A1;
}
.TagClassName
{
border-color: #BB43A1;
}
</style>