Shades of Medium Violet Red #BB0281
Tints of Medium Violet Red #BB0281
RGB
CMYK
RGB Variations
Color information
#BB0281 (or 0xBB0281) is known color: Medium Violet Red. HEX triplet: BB, 02 and 81. RGB value is (187,2,129). Sum of RGB (Red+Green+Blue) = 187+2+129=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0281 is #44FD7E. Grayscale: #474747. Windows color (decimal): -4521343 or 8454843. OLE color: 8454843.
HSL color Cylindrical-coordinate representation of color #BB0281: hue angle of 318.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0281 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.27 |
| HSL | 318.81º | 0.98% | 0.37% | - |
| HSV(B) | 318.81º | 0.99% | 0.73% | - |
| XYZ | 24.48 | 12.19 | 21.83 | - |
| YUV | 71.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 129 | 0 | 0.99 | 0.31 | 0.27 | 318.81 | 0.98 | 0.37 |
| Hex | BB | 2 | 81 | 0 | 63 | 1F | 1B | 13F | 62 | 25 |
| Octal | 273 | 2 | 201 | 0 | 143 | 37 | 33 | 477 | 142 | 45 |
| Binary | 10111011 | 10 | 10000001 | 0 | 1100011 | 11111 | 11011 | 100111111 | 1100010 | 100101 |
Color Harmonies of #BB0281
Complementary color
Monochromatic Colors of #BB0281
Black with #BB0281
Text Example
Text Example
White with #BB0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0281; }
p { color: rgb(187,2,129); }
H1.HeaderClassName
{
color: #BB0281;
}
.AnyTagClassName
{
color: #BB0281;
}
</style>
background-color css
<style>
a { background-color: #BB0281; }
a { background-color: rgb(187,2,129); }
div.DivClassName
{
background-color: #BB0281;
}
.BgClassName
{
background-color: #BB0281;
}
</style>
border-color css
<style>
span { border-color: #BB0281; }
span { border-color: rgb(187,2,129); }
td.TdClassName
{
border-color: #BB0281;
}
.TagClassName
{
border-color: #BB0281;
}
</style>