Shades of Mulberry #BB468F
Tints of Mulberry #BB468F
RGB
CMYK
RGB Variations
Color information
#BB468F (or 0xBB468F) is known color: Mulberry. HEX triplet: BB, 46 and 8F. RGB value is (187,70,143). Sum of RGB (Red+Green+Blue) = 187+70+143=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB468F is #44B970. Grayscale: #717171. Windows color (decimal): -4503921 or 9389755. OLE color: 9389755.
HSL color Cylindrical-coordinate representation of color #BB468F: hue angle of 322.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB468F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 143 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.27 |
| HSL | 322.56º | 0.46% | 0.5% | - |
| HSV(B) | 322.56º | 0.63% | 0.73% | - |
| XYZ | 27.64 | 16.93 | 27.8 | - |
| YUV | 113.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 143 | 0 | 0.63 | 0.24 | 0.27 | 322.56 | 0.46 | 0.5 |
| Hex | BB | 46 | 8F | 0 | 3F | 18 | 1B | 143 | 2E | 32 |
| Octal | 273 | 106 | 217 | 0 | 77 | 30 | 33 | 503 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10001111 | 0 | 111111 | 11000 | 11011 | 101000011 | 101110 | 110010 |
Color Harmonies of #BB468F
Complementary color
Monochromatic Colors of #BB468F
Black with #BB468F
Text Example
Text Example
White with #BB468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB468F; }
p { color: rgb(187,70,143); }
H1.HeaderClassName
{
color: #BB468F;
}
.AnyTagClassName
{
color: #BB468F;
}
</style>
background-color css
<style>
a { background-color: #BB468F; }
a { background-color: rgb(187,70,143); }
div.DivClassName
{
background-color: #BB468F;
}
.BgClassName
{
background-color: #BB468F;
}
</style>
border-color css
<style>
span { border-color: #BB468F; }
span { border-color: rgb(187,70,143); }
td.TdClassName
{
border-color: #BB468F;
}
.TagClassName
{
border-color: #BB468F;
}
</style>