Shades of Medium Violet Red #BF0C6E
Tints of Medium Violet Red #BF0C6E
RGB
CMYK
RGB Variations
Color information
#BF0C6E (or 0xBF0C6E) is known color: Medium Violet Red. HEX triplet: BF, 0C and 6E. RGB value is (191,12,110). Sum of RGB (Red+Green+Blue) = 191+12+110=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C6E is #40F391. Grayscale: #4C4C4C. Windows color (decimal): -4256658 or 7212223. OLE color: 7212223.
HSL color Cylindrical-coordinate representation of color #BF0C6E: hue angle of 327.15º 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 #BF0C6E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 110 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.25 |
| HSL | 327.15º | 0.88% | 0.4% | - |
| HSV(B) | 327.15º | 0.94% | 0.75% | - |
| XYZ | 24.43 | 12.47 | 15.87 | - |
| YUV | 76.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 110 | 0 | 0.94 | 0.42 | 0.25 | 327.15 | 0.88 | 0.4 |
| Hex | BF | C | 6E | 0 | 5E | 2A | 19 | 147 | 58 | 28 |
| Octal | 277 | 14 | 156 | 0 | 136 | 52 | 31 | 507 | 130 | 50 |
| Binary | 10111111 | 1100 | 1101110 | 0 | 1011110 | 101010 | 11001 | 101000111 | 1011000 | 101000 |
Color Harmonies of #BF0C6E
Complementary color
Monochromatic Colors of #BF0C6E
Black with #BF0C6E
Text Example
Text Example
White with #BF0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C6E; }
p { color: rgb(191,12,110); }
H1.HeaderClassName
{
color: #BF0C6E;
}
.AnyTagClassName
{
color: #BF0C6E;
}
</style>
background-color css
<style>
a { background-color: #BF0C6E; }
a { background-color: rgb(191,12,110); }
div.DivClassName
{
background-color: #BF0C6E;
}
.BgClassName
{
background-color: #BF0C6E;
}
</style>
border-color css
<style>
span { border-color: #BF0C6E; }
span { border-color: rgb(191,12,110); }
td.TdClassName
{
border-color: #BF0C6E;
}
.TagClassName
{
border-color: #BF0C6E;
}
</style>