Shades of Medium Violet Red #BF0398
Tints of Medium Violet Red #BF0398
RGB
CMYK
RGB Variations
Color information
#BF0398 (or 0xBF0398) is known color: Medium Violet Red. HEX triplet: BF, 03 and 98. RGB value is (191,3,152). Sum of RGB (Red+Green+Blue) = 191+3+152=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0398 is #40FC67. Grayscale: #4B4B4B. Windows color (decimal): -4258920 or 9962431. OLE color: 9962431.
HSL color Cylindrical-coordinate representation of color #BF0398: hue angle of 312.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0398 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 152 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.25 |
| HSL | 312.45º | 0.97% | 0.38% | - |
| HSV(B) | 312.45º | 0.98% | 0.75% | - |
| XYZ | 27.19 | 13.41 | 30.86 | - |
| YUV | 76.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 152 | 0 | 0.98 | 0.20 | 0.25 | 312.45 | 0.97 | 0.38 |
| Hex | BF | 3 | 98 | 0 | 62 | 14 | 19 | 138 | 61 | 26 |
| Octal | 277 | 3 | 230 | 0 | 142 | 24 | 31 | 470 | 141 | 46 |
| Binary | 10111111 | 11 | 10011000 | 0 | 1100010 | 10100 | 11001 | 100111000 | 1100001 | 100110 |
Color Harmonies of #BF0398
Complementary color
Monochromatic Colors of #BF0398
Black with #BF0398
Text Example
Text Example
White with #BF0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0398; }
p { color: rgb(191,3,152); }
H1.HeaderClassName
{
color: #BF0398;
}
.AnyTagClassName
{
color: #BF0398;
}
</style>
background-color css
<style>
a { background-color: #BF0398; }
a { background-color: rgb(191,3,152); }
div.DivClassName
{
background-color: #BF0398;
}
.BgClassName
{
background-color: #BF0398;
}
</style>
border-color css
<style>
span { border-color: #BF0398; }
span { border-color: rgb(191,3,152); }
td.TdClassName
{
border-color: #BF0398;
}
.TagClassName
{
border-color: #BF0398;
}
</style>