Shades of Medium Violet Red #BB007E
Tints of Medium Violet Red #BB007E
RGB
CMYK
RGB Variations
Color information
#BB007E (or 0xBB007E) is known color: Medium Violet Red. HEX triplet: BB, 00 and 7E. RGB value is (187,0,126). Sum of RGB (Red+Green+Blue) = 187+0+126=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB007E is #44FF81. Grayscale: #454545. Windows color (decimal): -4521858 or 8257723. OLE color: 8257723.
HSL color Cylindrical-coordinate representation of color #BB007E: hue angle of 319.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB007E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.33 | 0.27 |
| HSL | 319.57º | 1% | 0.37% | - |
| HSV(B) | 319.57º | 1% | 0.73% | - |
| XYZ | 24.26 | 12.07 | 20.79 | - |
| YUV | 70.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 126 | 0 | 1 | 0.33 | 0.27 | 319.57 | 1 | 0.37 |
| Hex | BB | 0 | 7E | 0 | 64 | 21 | 1B | 140 | 64 | 25 |
| Octal | 273 | 0 | 176 | 0 | 144 | 41 | 33 | 500 | 144 | 45 |
| Binary | 10111011 | 0 | 1111110 | 0 | 1100100 | 100001 | 11011 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BB007E
Complementary color
Monochromatic Colors of #BB007E
Black with #BB007E
Text Example
Text Example
White with #BB007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB007E; }
p { color: rgb(187,0,126); }
H1.HeaderClassName
{
color: #BB007E;
}
.AnyTagClassName
{
color: #BB007E;
}
</style>
background-color css
<style>
a { background-color: #BB007E; }
a { background-color: rgb(187,0,126); }
div.DivClassName
{
background-color: #BB007E;
}
.BgClassName
{
background-color: #BB007E;
}
</style>
border-color css
<style>
span { border-color: #BB007E; }
span { border-color: rgb(187,0,126); }
td.TdClassName
{
border-color: #BB007E;
}
.TagClassName
{
border-color: #BB007E;
}
</style>