Shades of Medium Red Violet #BB2F8C
Tints of Medium Red Violet #BB2F8C
RGB
CMYK
RGB Variations
Color information
#BB2F8C (or 0xBB2F8C) is known color: Medium Red Violet. HEX triplet: BB, 2F and 8C. RGB value is (187,47,140). Sum of RGB (Red+Green+Blue) = 187+47+140=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F8C is #44D073. Grayscale: #636363. Windows color (decimal): -4509812 or 9187259. OLE color: 9187259.
HSL color Cylindrical-coordinate representation of color #BB2F8C: hue angle of 320.14º 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 #BB2F8C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 140 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.27 |
| HSL | 320.14º | 0.6% | 0.46% | - |
| HSV(B) | 320.14º | 0.75% | 0.73% | - |
| XYZ | 26.24 | 14.49 | 26.22 | - |
| YUV | 99.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 140 | 0 | 0.75 | 0.25 | 0.27 | 320.14 | 0.6 | 0.46 |
| Hex | BB | 2F | 8C | 0 | 4B | 19 | 1B | 140 | 3C | 2E |
| Octal | 273 | 57 | 214 | 0 | 113 | 31 | 33 | 500 | 74 | 56 |
| Binary | 10111011 | 101111 | 10001100 | 0 | 1001011 | 11001 | 11011 | 101000000 | 111100 | 101110 |
Color Harmonies of #BB2F8C
Complementary color
Monochromatic Colors of #BB2F8C
Black with #BB2F8C
Text Example
Text Example
White with #BB2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F8C; }
p { color: rgb(187,47,140); }
H1.HeaderClassName
{
color: #BB2F8C;
}
.AnyTagClassName
{
color: #BB2F8C;
}
</style>
background-color css
<style>
a { background-color: #BB2F8C; }
a { background-color: rgb(187,47,140); }
div.DivClassName
{
background-color: #BB2F8C;
}
.BgClassName
{
background-color: #BB2F8C;
}
</style>
border-color css
<style>
span { border-color: #BB2F8C; }
span { border-color: rgb(187,47,140); }
td.TdClassName
{
border-color: #BB2F8C;
}
.TagClassName
{
border-color: #BB2F8C;
}
</style>