Shades of Medium Violet Red #BB217F
Tints of Medium Violet Red #BB217F
RGB
CMYK
RGB Variations
Color information
#BB217F (or 0xBB217F) is known color: Medium Violet Red. HEX triplet: BB, 21 and 7F. RGB value is (187,33,127). Sum of RGB (Red+Green+Blue) = 187+33+127=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB217F is #44DE80. Grayscale: #595959. Windows color (decimal): -4513409 or 8331707. OLE color: 8331707.
HSL color Cylindrical-coordinate representation of color #BB217F: hue angle of 323.38º 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 #BB217F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 127 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.27 |
| HSL | 323.38º | 0.7% | 0.43% | - |
| HSV(B) | 323.38º | 0.82% | 0.73% | - |
| XYZ | 24.87 | 13.18 | 21.31 | - |
| YUV | 89.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 127 | 0 | 0.82 | 0.32 | 0.27 | 323.38 | 0.7 | 0.43 |
| Hex | BB | 21 | 7F | 0 | 52 | 20 | 1B | 143 | 46 | 2B |
| Octal | 273 | 41 | 177 | 0 | 122 | 40 | 33 | 503 | 106 | 53 |
| Binary | 10111011 | 100001 | 1111111 | 0 | 1010010 | 100000 | 11011 | 101000011 | 1000110 | 101011 |
Color Harmonies of #BB217F
Complementary color
Monochromatic Colors of #BB217F
Black with #BB217F
Text Example
Text Example
White with #BB217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB217F; }
p { color: rgb(187,33,127); }
H1.HeaderClassName
{
color: #BB217F;
}
.AnyTagClassName
{
color: #BB217F;
}
</style>
background-color css
<style>
a { background-color: #BB217F; }
a { background-color: rgb(187,33,127); }
div.DivClassName
{
background-color: #BB217F;
}
.BgClassName
{
background-color: #BB217F;
}
</style>
border-color css
<style>
span { border-color: #BB217F; }
span { border-color: rgb(187,33,127); }
td.TdClassName
{
border-color: #BB217F;
}
.TagClassName
{
border-color: #BB217F;
}
</style>