Shades of Medium Violet Red #BB1F99
Tints of Medium Violet Red #BB1F99
RGB
CMYK
RGB Variations
Color information
#BB1F99 (or 0xBB1F99) is known color: Medium Violet Red. HEX triplet: BB, 1F and 99. RGB value is (187,31,153). Sum of RGB (Red+Green+Blue) = 187+31+153=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1F99 is #44E066. Grayscale: #5B5B5B. Windows color (decimal): -4513895 or 10035131. OLE color: 10035131.
HSL color Cylindrical-coordinate representation of color #BB1F99: hue angle of 313.08º degrees, saturation: 0.72, 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 #BB1F99 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 153 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.27 |
| HSL | 313.08º | 0.72% | 0.43% | - |
| HSV(B) | 313.08º | 0.83% | 0.73% | - |
| XYZ | 26.73 | 13.84 | 31.4 | - |
| YUV | 91.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 153 | 0 | 0.83 | 0.18 | 0.27 | 313.08 | 0.72 | 0.43 |
| Hex | BB | 1F | 99 | 0 | 53 | 12 | 1B | 139 | 48 | 2B |
| Octal | 273 | 37 | 231 | 0 | 123 | 22 | 33 | 471 | 110 | 53 |
| Binary | 10111011 | 11111 | 10011001 | 0 | 1010011 | 10010 | 11011 | 100111001 | 1001000 | 101011 |
Color Harmonies of #BB1F99
Complementary color
Monochromatic Colors of #BB1F99
Black with #BB1F99
Text Example
Text Example
White with #BB1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F99; }
p { color: rgb(187,31,153); }
H1.HeaderClassName
{
color: #BB1F99;
}
.AnyTagClassName
{
color: #BB1F99;
}
</style>
background-color css
<style>
a { background-color: #BB1F99; }
a { background-color: rgb(187,31,153); }
div.DivClassName
{
background-color: #BB1F99;
}
.BgClassName
{
background-color: #BB1F99;
}
</style>
border-color css
<style>
span { border-color: #BB1F99; }
span { border-color: rgb(187,31,153); }
td.TdClassName
{
border-color: #BB1F99;
}
.TagClassName
{
border-color: #BB1F99;
}
</style>