Shades of Medium Violet Red #BB027E
Tints of Medium Violet Red #BB027E
RGB
CMYK
RGB Variations
Color information
#BB027E (or 0xBB027E) is known color: Medium Violet Red. HEX triplet: BB, 02 and 7E. RGB value is (187,2,126). Sum of RGB (Red+Green+Blue) = 187+2+126=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB027E is #44FD81. Grayscale: #474747. Windows color (decimal): -4521346 or 8258235. OLE color: 8258235.
HSL color Cylindrical-coordinate representation of color #BB027E: hue angle of 319.78º 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 #BB027E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.27 |
| HSL | 319.78º | 0.98% | 0.37% | - |
| HSV(B) | 319.78º | 0.99% | 0.73% | - |
| XYZ | 24.28 | 12.11 | 20.8 | - |
| YUV | 71.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 126 | 0 | 0.99 | 0.33 | 0.27 | 319.78 | 0.98 | 0.37 |
| Hex | BB | 2 | 7E | 0 | 63 | 21 | 1B | 140 | 62 | 25 |
| Octal | 273 | 2 | 176 | 0 | 143 | 41 | 33 | 500 | 142 | 45 |
| Binary | 10111011 | 10 | 1111110 | 0 | 1100011 | 100001 | 11011 | 101000000 | 1100010 | 100101 |
Color Harmonies of #BB027E
Complementary color
Monochromatic Colors of #BB027E
Black with #BB027E
Text Example
Text Example
White with #BB027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB027E; }
p { color: rgb(187,2,126); }
H1.HeaderClassName
{
color: #BB027E;
}
.AnyTagClassName
{
color: #BB027E;
}
</style>
background-color css
<style>
a { background-color: #BB027E; }
a { background-color: rgb(187,2,126); }
div.DivClassName
{
background-color: #BB027E;
}
.BgClassName
{
background-color: #BB027E;
}
</style>
border-color css
<style>
span { border-color: #BB027E; }
span { border-color: rgb(187,2,126); }
td.TdClassName
{
border-color: #BB027E;
}
.TagClassName
{
border-color: #BB027E;
}
</style>