Shades of Medium Violet Red #BF1198
Tints of Medium Violet Red #BF1198
RGB
CMYK
RGB Variations
Color information
#BF1198 (or 0xBF1198) is known color: Medium Violet Red. HEX triplet: BF, 11 and 98. RGB value is (191,17,152). Sum of RGB (Red+Green+Blue) = 191+17+152=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1198 is #40EE67. Grayscale: #545454. Windows color (decimal): -4255336 or 9966015. OLE color: 9966015.
HSL color Cylindrical-coordinate representation of color #BF1198: hue angle of 313.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1198 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 152 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.25 |
| HSL | 313.45º | 0.84% | 0.41% | - |
| HSV(B) | 313.45º | 0.91% | 0.75% | - |
| XYZ | 27.35 | 13.74 | 30.92 | - |
| YUV | 84.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 152 | 0 | 0.91 | 0.20 | 0.25 | 313.45 | 0.84 | 0.41 |
| Hex | BF | 11 | 98 | 0 | 5B | 14 | 19 | 139 | 54 | 29 |
| Octal | 277 | 21 | 230 | 0 | 133 | 24 | 31 | 471 | 124 | 51 |
| Binary | 10111111 | 10001 | 10011000 | 0 | 1011011 | 10100 | 11001 | 100111001 | 1010100 | 101001 |
Color Harmonies of #BF1198
Complementary color
Monochromatic Colors of #BF1198
Black with #BF1198
Text Example
Text Example
White with #BF1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1198; }
p { color: rgb(191,17,152); }
H1.HeaderClassName
{
color: #BF1198;
}
.AnyTagClassName
{
color: #BF1198;
}
</style>
background-color css
<style>
a { background-color: #BF1198; }
a { background-color: rgb(191,17,152); }
div.DivClassName
{
background-color: #BF1198;
}
.BgClassName
{
background-color: #BF1198;
}
</style>
border-color css
<style>
span { border-color: #BF1198; }
span { border-color: rgb(191,17,152); }
td.TdClassName
{
border-color: #BF1198;
}
.TagClassName
{
border-color: #BF1198;
}
</style>