Shades of Medium Violet Red #BB217C
Tints of Medium Violet Red #BB217C
RGB
CMYK
RGB Variations
Color information
#BB217C (or 0xBB217C) is known color: Medium Violet Red. HEX triplet: BB, 21 and 7C. RGB value is (187,33,124). Sum of RGB (Red+Green+Blue) = 187+33+124=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB217C is #44DE83. Grayscale: #595959. Windows color (decimal): -4513412 or 8135099. OLE color: 8135099.
HSL color Cylindrical-coordinate representation of color #BB217C: hue angle of 324.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB217C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 124 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.27 |
| HSL | 324.55º | 0.7% | 0.43% | - |
| HSV(B) | 324.55º | 0.82% | 0.73% | - |
| XYZ | 24.68 | 13.11 | 20.3 | - |
| YUV | 89.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 124 | 0 | 0.82 | 0.34 | 0.27 | 324.55 | 0.7 | 0.43 |
| Hex | BB | 21 | 7C | 0 | 52 | 22 | 1B | 145 | 46 | 2B |
| Octal | 273 | 41 | 174 | 0 | 122 | 42 | 33 | 505 | 106 | 53 |
| Binary | 10111011 | 100001 | 1111100 | 0 | 1010010 | 100010 | 11011 | 101000101 | 1000110 | 101011 |
Color Harmonies of #BB217C
Complementary color
Monochromatic Colors of #BB217C
Black with #BB217C
Text Example
Text Example
White with #BB217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB217C; }
p { color: rgb(187,33,124); }
H1.HeaderClassName
{
color: #BB217C;
}
.AnyTagClassName
{
color: #BB217C;
}
</style>
background-color css
<style>
a { background-color: #BB217C; }
a { background-color: rgb(187,33,124); }
div.DivClassName
{
background-color: #BB217C;
}
.BgClassName
{
background-color: #BB217C;
}
</style>
border-color css
<style>
span { border-color: #BB217C; }
span { border-color: rgb(187,33,124); }
td.TdClassName
{
border-color: #BB217C;
}
.TagClassName
{
border-color: #BB217C;
}
</style>