Shades of Medium Red Violet #BF2698
Tints of Medium Red Violet #BF2698
RGB
CMYK
RGB Variations
Color information
#BF2698 (or 0xBF2698) is known color: Medium Red Violet. HEX triplet: BF, 26 and 98. RGB value is (191,38,152). Sum of RGB (Red+Green+Blue) = 191+38+152=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2698 is #40D967. Grayscale: #606060. Windows color (decimal): -4249960 or 9971391. OLE color: 9971391.
HSL color Cylindrical-coordinate representation of color #BF2698: hue angle of 315.29º 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 #BF2698 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 152 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.25 |
| HSL | 315.29º | 0.67% | 0.45% | - |
| HSV(B) | 315.29º | 0.8% | 0.75% | - |
| XYZ | 27.85 | 14.73 | 31.08 | - |
| YUV | 96.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 152 | 0 | 0.80 | 0.20 | 0.25 | 315.29 | 0.67 | 0.45 |
| Hex | BF | 26 | 98 | 0 | 50 | 14 | 19 | 13B | 43 | 2D |
| Octal | 277 | 46 | 230 | 0 | 120 | 24 | 31 | 473 | 103 | 55 |
| Binary | 10111111 | 100110 | 10011000 | 0 | 1010000 | 10100 | 11001 | 100111011 | 1000011 | 101101 |
Color Harmonies of #BF2698
Complementary color
Monochromatic Colors of #BF2698
Black with #BF2698
Text Example
Text Example
White with #BF2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2698; }
p { color: rgb(191,38,152); }
H1.HeaderClassName
{
color: #BF2698;
}
.AnyTagClassName
{
color: #BF2698;
}
</style>
background-color css
<style>
a { background-color: #BF2698; }
a { background-color: rgb(191,38,152); }
div.DivClassName
{
background-color: #BF2698;
}
.BgClassName
{
background-color: #BF2698;
}
</style>
border-color css
<style>
span { border-color: #BF2698; }
span { border-color: rgb(191,38,152); }
td.TdClassName
{
border-color: #BF2698;
}
.TagClassName
{
border-color: #BF2698;
}
</style>