Shades of Medium Red Violet #BF2699
Tints of Medium Red Violet #BF2699
RGB
CMYK
RGB Variations
Color information
#BF2699 (or 0xBF2699) is known color: Medium Red Violet. HEX triplet: BF, 26 and 99. RGB value is (191,38,153). Sum of RGB (Red+Green+Blue) = 191+38+153=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2699 is #40D966. Grayscale: #606060. Windows color (decimal): -4249959 or 10036927. OLE color: 10036927.
HSL color Cylindrical-coordinate representation of color #BF2699: hue angle of 314.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2699 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 153 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.25 |
| HSL | 314.9º | 0.67% | 0.45% | - |
| HSV(B) | 314.9º | 0.8% | 0.75% | - |
| XYZ | 27.93 | 14.76 | 31.51 | - |
| YUV | 96.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 153 | 0 | 0.80 | 0.20 | 0.25 | 314.9 | 0.67 | 0.45 |
| Hex | BF | 26 | 99 | 0 | 50 | 14 | 19 | 13B | 43 | 2D |
| Octal | 277 | 46 | 231 | 0 | 120 | 24 | 31 | 473 | 103 | 55 |
| Binary | 10111111 | 100110 | 10011001 | 0 | 1010000 | 10100 | 11001 | 100111011 | 1000011 | 101101 |
Color Harmonies of #BF2699
Complementary color
Monochromatic Colors of #BF2699
Black with #BF2699
Text Example
Text Example
White with #BF2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2699; }
p { color: rgb(191,38,153); }
H1.HeaderClassName
{
color: #BF2699;
}
.AnyTagClassName
{
color: #BF2699;
}
</style>
background-color css
<style>
a { background-color: #BF2699; }
a { background-color: rgb(191,38,153); }
div.DivClassName
{
background-color: #BF2699;
}
.BgClassName
{
background-color: #BF2699;
}
</style>
border-color css
<style>
span { border-color: #BF2699; }
span { border-color: rgb(191,38,153); }
td.TdClassName
{
border-color: #BF2699;
}
.TagClassName
{
border-color: #BF2699;
}
</style>