Shades of Medium Violet Red #BF0C75
Tints of Medium Violet Red #BF0C75
RGB
CMYK
RGB Variations
Color information
#BF0C75 (or 0xBF0C75) is known color: Medium Violet Red. HEX triplet: BF, 0C and 75. RGB value is (191,12,117). Sum of RGB (Red+Green+Blue) = 191+12+117=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C75 is #40F38A. Grayscale: #4D4D4D. Windows color (decimal): -4256651 or 7670975. OLE color: 7670975.
HSL color Cylindrical-coordinate representation of color #BF0C75: hue angle of 324.8º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C75 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.25 |
| HSL | 324.8º | 0.88% | 0.4% | - |
| HSV(B) | 324.8º | 0.94% | 0.75% | - |
| XYZ | 24.83 | 12.62 | 17.96 | - |
| YUV | 77.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 117 | 0 | 0.94 | 0.39 | 0.25 | 324.8 | 0.88 | 0.4 |
| Hex | BF | C | 75 | 0 | 5E | 27 | 19 | 145 | 58 | 28 |
| Octal | 277 | 14 | 165 | 0 | 136 | 47 | 31 | 505 | 130 | 50 |
| Binary | 10111111 | 1100 | 1110101 | 0 | 1011110 | 100111 | 11001 | 101000101 | 1011000 | 101000 |
Color Harmonies of #BF0C75
Complementary color
Monochromatic Colors of #BF0C75
Black with #BF0C75
Text Example
Text Example
White with #BF0C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C75; }
p { color: rgb(191,12,117); }
H1.HeaderClassName
{
color: #BF0C75;
}
.AnyTagClassName
{
color: #BF0C75;
}
</style>
background-color css
<style>
a { background-color: #BF0C75; }
a { background-color: rgb(191,12,117); }
div.DivClassName
{
background-color: #BF0C75;
}
.BgClassName
{
background-color: #BF0C75;
}
</style>
border-color css
<style>
span { border-color: #BF0C75; }
span { border-color: rgb(191,12,117); }
td.TdClassName
{
border-color: #BF0C75;
}
.TagClassName
{
border-color: #BF0C75;
}
</style>