Shades of Medium Violet Red #BB007C
Tints of Medium Violet Red #BB007C
RGB
CMYK
RGB Variations
Color information
#BB007C (or 0xBB007C) is known color: Medium Violet Red. HEX triplet: BB, 00 and 7C. RGB value is (187,0,124). Sum of RGB (Red+Green+Blue) = 187+0+124=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB007C is #44FF83. Grayscale: #454545. Windows color (decimal): -4521860 or 8126651. OLE color: 8126651.
HSL color Cylindrical-coordinate representation of color #BB007C: hue angle of 320.21º 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 #BB007C is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.34 | 0.27 |
| HSL | 320.21º | 1% | 0.37% | - |
| HSV(B) | 320.21º | 1% | 0.73% | - |
| XYZ | 24.13 | 12.02 | 20.12 | - |
| YUV | 70.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 124 | 0 | 1 | 0.34 | 0.27 | 320.21 | 1 | 0.37 |
| Hex | BB | 0 | 7C | 0 | 64 | 22 | 1B | 140 | 64 | 25 |
| Octal | 273 | 0 | 174 | 0 | 144 | 42 | 33 | 500 | 144 | 45 |
| Binary | 10111011 | 0 | 1111100 | 0 | 1100100 | 100010 | 11011 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BB007C
Complementary color
Monochromatic Colors of #BB007C
Black with #BB007C
Text Example
Text Example
White with #BB007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB007C; }
p { color: rgb(187,0,124); }
H1.HeaderClassName
{
color: #BB007C;
}
.AnyTagClassName
{
color: #BB007C;
}
</style>
background-color css
<style>
a { background-color: #BB007C; }
a { background-color: rgb(187,0,124); }
div.DivClassName
{
background-color: #BB007C;
}
.BgClassName
{
background-color: #BB007C;
}
</style>
border-color css
<style>
span { border-color: #BB007C; }
span { border-color: rgb(187,0,124); }
td.TdClassName
{
border-color: #BB007C;
}
.TagClassName
{
border-color: #BB007C;
}
</style>