Shades of Medium Red Violet #BB317F
Tints of Medium Red Violet #BB317F
RGB
CMYK
RGB Variations
Color information
#BB317F (or 0xBB317F) is known color: Medium Red Violet. HEX triplet: BB, 31 and 7F. RGB value is (187,49,127). Sum of RGB (Red+Green+Blue) = 187+49+127=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB317F is #44CE80. Grayscale: #626262. Windows color (decimal): -4509313 or 8335803. OLE color: 8335803.
HSL color Cylindrical-coordinate representation of color #BB317F: hue angle of 326.09º 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 #BB317F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 127 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.27 |
| HSL | 326.09º | 0.58% | 0.46% | - |
| HSV(B) | 326.09º | 0.74% | 0.73% | - |
| XYZ | 25.42 | 14.29 | 21.5 | - |
| YUV | 99.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 127 | 0 | 0.74 | 0.32 | 0.27 | 326.09 | 0.58 | 0.46 |
| Hex | BB | 31 | 7F | 0 | 4A | 20 | 1B | 146 | 3A | 2E |
| Octal | 273 | 61 | 177 | 0 | 112 | 40 | 33 | 506 | 72 | 56 |
| Binary | 10111011 | 110001 | 1111111 | 0 | 1001010 | 100000 | 11011 | 101000110 | 111010 | 101110 |
Color Harmonies of #BB317F
Complementary color
Monochromatic Colors of #BB317F
Black with #BB317F
Text Example
Text Example
White with #BB317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB317F; }
p { color: rgb(187,49,127); }
H1.HeaderClassName
{
color: #BB317F;
}
.AnyTagClassName
{
color: #BB317F;
}
</style>
background-color css
<style>
a { background-color: #BB317F; }
a { background-color: rgb(187,49,127); }
div.DivClassName
{
background-color: #BB317F;
}
.BgClassName
{
background-color: #BB317F;
}
</style>
border-color css
<style>
span { border-color: #BB317F; }
span { border-color: rgb(187,49,127); }
td.TdClassName
{
border-color: #BB317F;
}
.TagClassName
{
border-color: #BB317F;
}
</style>