Shades of Medium Red Violet #BB319F
Tints of Medium Red Violet #BB319F
RGB
CMYK
RGB Variations
Color information
#BB319F (or 0xBB319F) is known color: Medium Red Violet. HEX triplet: BB, 31 and 9F. RGB value is (187,49,159). Sum of RGB (Red+Green+Blue) = 187+49+159=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB319F is #44CE60. Grayscale: #666666. Windows color (decimal): -4509281 or 10432955. OLE color: 10432955.
HSL color Cylindrical-coordinate representation of color #BB319F: hue angle of 312.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB319F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 159 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.27 |
| HSL | 312.17º | 0.58% | 0.46% | - |
| HSV(B) | 312.17º | 0.74% | 0.73% | - |
| XYZ | 27.85 | 15.26 | 34.28 | - |
| YUV | 102.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 159 | 0 | 0.74 | 0.15 | 0.27 | 312.17 | 0.58 | 0.46 |
| Hex | BB | 31 | 9F | 0 | 4A | F | 1B | 138 | 3A | 2E |
| Octal | 273 | 61 | 237 | 0 | 112 | 17 | 33 | 470 | 72 | 56 |
| Binary | 10111011 | 110001 | 10011111 | 0 | 1001010 | 1111 | 11011 | 100111000 | 111010 | 101110 |
Color Harmonies of #BB319F
Complementary color
Monochromatic Colors of #BB319F
Black with #BB319F
Text Example
Text Example
White with #BB319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB319F; }
p { color: rgb(187,49,159); }
H1.HeaderClassName
{
color: #BB319F;
}
.AnyTagClassName
{
color: #BB319F;
}
</style>
background-color css
<style>
a { background-color: #BB319F; }
a { background-color: rgb(187,49,159); }
div.DivClassName
{
background-color: #BB319F;
}
.BgClassName
{
background-color: #BB319F;
}
</style>
border-color css
<style>
span { border-color: #BB319F; }
span { border-color: rgb(187,49,159); }
td.TdClassName
{
border-color: #BB319F;
}
.TagClassName
{
border-color: #BB319F;
}
</style>