Shades of Medium Violet Red #BF2299
Tints of Medium Violet Red #BF2299
RGB
CMYK
RGB Variations
Color information
#BF2299 (or 0xBF2299) is known color: Medium Violet Red. HEX triplet: BF, 22 and 99. RGB value is (191,34,153). Sum of RGB (Red+Green+Blue) = 191+34+153=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2299 is #40DD66. Grayscale: #5E5E5E. Windows color (decimal): -4250983 or 10035903. OLE color: 10035903.
HSL color Cylindrical-coordinate representation of color #BF2299: hue angle of 314.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2299 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 153 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.25 |
| HSL | 314.52º | 0.7% | 0.44% | - |
| HSV(B) | 314.52º | 0.82% | 0.75% | - |
| XYZ | 27.81 | 14.52 | 31.47 | - |
| YUV | 94.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 153 | 0 | 0.82 | 0.20 | 0.25 | 314.52 | 0.7 | 0.44 |
| Hex | BF | 22 | 99 | 0 | 52 | 14 | 19 | 13B | 46 | 2C |
| Octal | 277 | 42 | 231 | 0 | 122 | 24 | 31 | 473 | 106 | 54 |
| Binary | 10111111 | 100010 | 10011001 | 0 | 1010010 | 10100 | 11001 | 100111011 | 1000110 | 101100 |
Color Harmonies of #BF2299
Complementary color
Monochromatic Colors of #BF2299
Black with #BF2299
Text Example
Text Example
White with #BF2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2299; }
p { color: rgb(191,34,153); }
H1.HeaderClassName
{
color: #BF2299;
}
.AnyTagClassName
{
color: #BF2299;
}
</style>
background-color css
<style>
a { background-color: #BF2299; }
a { background-color: rgb(191,34,153); }
div.DivClassName
{
background-color: #BF2299;
}
.BgClassName
{
background-color: #BF2299;
}
</style>
border-color css
<style>
span { border-color: #BF2299; }
span { border-color: rgb(191,34,153); }
td.TdClassName
{
border-color: #BF2299;
}
.TagClassName
{
border-color: #BF2299;
}
</style>