Shades of Medium Red Violet #BB216C
Tints of Medium Red Violet #BB216C
RGB
CMYK
RGB Variations
Color information
#BB216C (or 0xBB216C) is known color: Medium Red Violet. HEX triplet: BB, 21 and 6C. RGB value is (187,33,108). Sum of RGB (Red+Green+Blue) = 187+33+108=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB216C is #44DE93. Grayscale: #575757. Windows color (decimal): -4513428 or 7086523. OLE color: 7086523.
HSL color Cylindrical-coordinate representation of color #BB216C: hue angle of 330.78º 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 #BB216C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 108 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.27 |
| HSL | 330.78º | 0.7% | 0.43% | - |
| HSV(B) | 330.78º | 0.82% | 0.73% | - |
| XYZ | 23.74 | 12.74 | 15.39 | - |
| YUV | 87.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 108 | 0 | 0.82 | 0.42 | 0.27 | 330.78 | 0.7 | 0.43 |
| Hex | BB | 21 | 6C | 0 | 52 | 2A | 1B | 14B | 46 | 2B |
| Octal | 273 | 41 | 154 | 0 | 122 | 52 | 33 | 513 | 106 | 53 |
| Binary | 10111011 | 100001 | 1101100 | 0 | 1010010 | 101010 | 11011 | 101001011 | 1000110 | 101011 |
Color Harmonies of #BB216C
Complementary color
Monochromatic Colors of #BB216C
Black with #BB216C
Text Example
Text Example
White with #BB216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB216C; }
p { color: rgb(187,33,108); }
H1.HeaderClassName
{
color: #BB216C;
}
.AnyTagClassName
{
color: #BB216C;
}
</style>
background-color css
<style>
a { background-color: #BB216C; }
a { background-color: rgb(187,33,108); }
div.DivClassName
{
background-color: #BB216C;
}
.BgClassName
{
background-color: #BB216C;
}
</style>
border-color css
<style>
span { border-color: #BB216C; }
span { border-color: rgb(187,33,108); }
td.TdClassName
{
border-color: #BB216C;
}
.TagClassName
{
border-color: #BB216C;
}
</style>