Shades of Medium Red Violet #BF3C98
Tints of Medium Red Violet #BF3C98
RGB
CMYK
RGB Variations
Color information
#BF3C98 (or 0xBF3C98) is known color: Medium Red Violet. HEX triplet: BF, 3C and 98. RGB value is (191,60,152). Sum of RGB (Red+Green+Blue) = 191+60+152=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C98 is #40C367. Grayscale: #6D6D6D. Windows color (decimal): -4244328 or 9977023. OLE color: 9977023.
HSL color Cylindrical-coordinate representation of color #BF3C98: hue angle of 317.86º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C98 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 152 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.25 |
| HSL | 317.86º | 0.52% | 0.49% | - |
| HSV(B) | 317.86º | 0.69% | 0.75% | - |
| XYZ | 28.77 | 16.58 | 31.39 | - |
| YUV | 109.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 152 | 0 | 0.69 | 0.20 | 0.25 | 317.86 | 0.52 | 0.49 |
| Hex | BF | 3C | 98 | 0 | 45 | 14 | 19 | 13E | 34 | 31 |
| Octal | 277 | 74 | 230 | 0 | 105 | 24 | 31 | 476 | 64 | 61 |
| Binary | 10111111 | 111100 | 10011000 | 0 | 1000101 | 10100 | 11001 | 100111110 | 110100 | 110001 |
Color Harmonies of #BF3C98
Complementary color
Monochromatic Colors of #BF3C98
Black with #BF3C98
Text Example
Text Example
White with #BF3C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C98; }
p { color: rgb(191,60,152); }
H1.HeaderClassName
{
color: #BF3C98;
}
.AnyTagClassName
{
color: #BF3C98;
}
</style>
background-color css
<style>
a { background-color: #BF3C98; }
a { background-color: rgb(191,60,152); }
div.DivClassName
{
background-color: #BF3C98;
}
.BgClassName
{
background-color: #BF3C98;
}
</style>
border-color css
<style>
span { border-color: #BF3C98; }
span { border-color: rgb(191,60,152); }
td.TdClassName
{
border-color: #BF3C98;
}
.TagClassName
{
border-color: #BF3C98;
}
</style>