Shades of Medium Red Violet #BB2F7C
Tints of Medium Red Violet #BB2F7C
RGB
CMYK
RGB Variations
Color information
#BB2F7C (or 0xBB2F7C) is known color: Medium Red Violet. HEX triplet: BB, 2F and 7C. RGB value is (187,47,124). Sum of RGB (Red+Green+Blue) = 187+47+124=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F7C is #44D083. Grayscale: #616161. Windows color (decimal): -4509828 or 8138683. OLE color: 8138683.
HSL color Cylindrical-coordinate representation of color #BB2F7C: hue angle of 327º 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 #BB2F7C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 124 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.27 |
| HSL | 327º | 0.6% | 0.46% | - |
| HSV(B) | 327º | 0.75% | 0.73% | - |
| XYZ | 25.15 | 14.05 | 20.46 | - |
| YUV | 97.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 124 | 0 | 0.75 | 0.34 | 0.27 | 327 | 0.6 | 0.46 |
| Hex | BB | 2F | 7C | 0 | 4B | 22 | 1B | 147 | 3C | 2E |
| Octal | 273 | 57 | 174 | 0 | 113 | 42 | 33 | 507 | 74 | 56 |
| Binary | 10111011 | 101111 | 1111100 | 0 | 1001011 | 100010 | 11011 | 101000111 | 111100 | 101110 |
Color Harmonies of #BB2F7C
Complementary color
Monochromatic Colors of #BB2F7C
Black with #BB2F7C
Text Example
Text Example
White with #BB2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F7C; }
p { color: rgb(187,47,124); }
H1.HeaderClassName
{
color: #BB2F7C;
}
.AnyTagClassName
{
color: #BB2F7C;
}
</style>
background-color css
<style>
a { background-color: #BB2F7C; }
a { background-color: rgb(187,47,124); }
div.DivClassName
{
background-color: #BB2F7C;
}
.BgClassName
{
background-color: #BB2F7C;
}
</style>
border-color css
<style>
span { border-color: #BB2F7C; }
span { border-color: rgb(187,47,124); }
td.TdClassName
{
border-color: #BB2F7C;
}
.TagClassName
{
border-color: #BB2F7C;
}
</style>