Shades of Medium Violet Red #BB207E
Tints of Medium Violet Red #BB207E
RGB
CMYK
RGB Variations
Color information
#BB207E (or 0xBB207E) is known color: Medium Violet Red. HEX triplet: BB, 20 and 7E. RGB value is (187,32,126). Sum of RGB (Red+Green+Blue) = 187+32+126=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB207E is #44DF81. Grayscale: #585858. Windows color (decimal): -4513666 or 8265915. OLE color: 8265915.
HSL color Cylindrical-coordinate representation of color #BB207E: hue angle of 323.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB207E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 126 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.27 |
| HSL | 323.61º | 0.71% | 0.43% | - |
| HSV(B) | 323.61º | 0.83% | 0.73% | - |
| XYZ | 24.78 | 13.1 | 20.96 | - |
| YUV | 89.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 126 | 0 | 0.83 | 0.33 | 0.27 | 323.61 | 0.71 | 0.43 |
| Hex | BB | 20 | 7E | 0 | 53 | 21 | 1B | 144 | 47 | 2B |
| Octal | 273 | 40 | 176 | 0 | 123 | 41 | 33 | 504 | 107 | 53 |
| Binary | 10111011 | 100000 | 1111110 | 0 | 1010011 | 100001 | 11011 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BB207E
Complementary color
Monochromatic Colors of #BB207E
Black with #BB207E
Text Example
Text Example
White with #BB207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB207E; }
p { color: rgb(187,32,126); }
H1.HeaderClassName
{
color: #BB207E;
}
.AnyTagClassName
{
color: #BB207E;
}
</style>
background-color css
<style>
a { background-color: #BB207E; }
a { background-color: rgb(187,32,126); }
div.DivClassName
{
background-color: #BB207E;
}
.BgClassName
{
background-color: #BB207E;
}
</style>
border-color css
<style>
span { border-color: #BB207E; }
span { border-color: rgb(187,32,126); }
td.TdClassName
{
border-color: #BB207E;
}
.TagClassName
{
border-color: #BB207E;
}
</style>