Shades of Medium Violet Red #BB027B
Tints of Medium Violet Red #BB027B
RGB
CMYK
RGB Variations
Color information
#BB027B (or 0xBB027B) is known color: Medium Violet Red. HEX triplet: BB, 02 and 7B. RGB value is (187,2,123). Sum of RGB (Red+Green+Blue) = 187+2+123=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB027B is #44FD84. Grayscale: #464646. Windows color (decimal): -4521349 or 8061627. OLE color: 8061627.
HSL color Cylindrical-coordinate representation of color #BB027B: hue angle of 320.76º 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 #BB027B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.27 |
| HSL | 320.76º | 0.98% | 0.37% | - |
| HSV(B) | 320.76º | 0.99% | 0.73% | - |
| XYZ | 24.09 | 12.04 | 19.79 | - |
| YUV | 71.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 123 | 0 | 0.99 | 0.34 | 0.27 | 320.76 | 0.98 | 0.37 |
| Hex | BB | 2 | 7B | 0 | 63 | 22 | 1B | 141 | 62 | 25 |
| Octal | 273 | 2 | 173 | 0 | 143 | 42 | 33 | 501 | 142 | 45 |
| Binary | 10111011 | 10 | 1111011 | 0 | 1100011 | 100010 | 11011 | 101000001 | 1100010 | 100101 |
Color Harmonies of #BB027B
Complementary color
Monochromatic Colors of #BB027B
Black with #BB027B
Text Example
Text Example
White with #BB027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB027B; }
p { color: rgb(187,2,123); }
H1.HeaderClassName
{
color: #BB027B;
}
.AnyTagClassName
{
color: #BB027B;
}
</style>
background-color css
<style>
a { background-color: #BB027B; }
a { background-color: rgb(187,2,123); }
div.DivClassName
{
background-color: #BB027B;
}
.BgClassName
{
background-color: #BB027B;
}
</style>
border-color css
<style>
span { border-color: #BB027B; }
span { border-color: rgb(187,2,123); }
td.TdClassName
{
border-color: #BB027B;
}
.TagClassName
{
border-color: #BB027B;
}
</style>