Shades of Medium Red Violet #BB2F9C
Tints of Medium Red Violet #BB2F9C
RGB
CMYK
RGB Variations
Color information
#BB2F9C (or 0xBB2F9C) is known color: Medium Red Violet. HEX triplet: BB, 2F and 9C. RGB value is (187,47,156). Sum of RGB (Red+Green+Blue) = 187+47+156=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F9C is #44D063. Grayscale: #646464. Windows color (decimal): -4509796 or 10235835. OLE color: 10235835.
HSL color Cylindrical-coordinate representation of color #BB2F9C: hue angle of 313.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2F9C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 156 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.27 |
| HSL | 313.29º | 0.6% | 0.46% | - |
| HSV(B) | 313.29º | 0.75% | 0.73% | - |
| XYZ | 27.51 | 15 | 32.9 | - |
| YUV | 101.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 156 | 0 | 0.75 | 0.17 | 0.27 | 313.29 | 0.6 | 0.46 |
| Hex | BB | 2F | 9C | 0 | 4B | 11 | 1B | 139 | 3C | 2E |
| Octal | 273 | 57 | 234 | 0 | 113 | 21 | 33 | 471 | 74 | 56 |
| Binary | 10111011 | 101111 | 10011100 | 0 | 1001011 | 10001 | 11011 | 100111001 | 111100 | 101110 |
Color Harmonies of #BB2F9C
Complementary color
Monochromatic Colors of #BB2F9C
Black with #BB2F9C
Text Example
Text Example
White with #BB2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F9C; }
p { color: rgb(187,47,156); }
H1.HeaderClassName
{
color: #BB2F9C;
}
.AnyTagClassName
{
color: #BB2F9C;
}
</style>
background-color css
<style>
a { background-color: #BB2F9C; }
a { background-color: rgb(187,47,156); }
div.DivClassName
{
background-color: #BB2F9C;
}
.BgClassName
{
background-color: #BB2F9C;
}
</style>
border-color css
<style>
span { border-color: #BB2F9C; }
span { border-color: rgb(187,47,156); }
td.TdClassName
{
border-color: #BB2F9C;
}
.TagClassName
{
border-color: #BB2F9C;
}
</style>