Shades of Medium Violet Red #BF0A7F
Tints of Medium Violet Red #BF0A7F
RGB
CMYK
RGB Variations
Color information
#BF0A7F (or 0xBF0A7F) is known color: Medium Violet Red. HEX triplet: BF, 0A and 7F. RGB value is (191,10,127). Sum of RGB (Red+Green+Blue) = 191+10+127=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0A7F is #40F580. Grayscale: #4D4D4D. Windows color (decimal): -4257153 or 8325823. OLE color: 8325823.
HSL color Cylindrical-coordinate representation of color #BF0A7F: hue angle of 321.22º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A7F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 127 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.25 |
| HSL | 321.22º | 0.9% | 0.39% | - |
| HSV(B) | 321.22º | 0.95% | 0.75% | - |
| XYZ | 25.43 | 12.83 | 21.21 | - |
| YUV | 77.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 127 | 0 | 0.95 | 0.34 | 0.25 | 321.22 | 0.9 | 0.39 |
| Hex | BF | A | 7F | 0 | 5F | 22 | 19 | 141 | 5A | 27 |
| Octal | 277 | 12 | 177 | 0 | 137 | 42 | 31 | 501 | 132 | 47 |
| Binary | 10111111 | 1010 | 1111111 | 0 | 1011111 | 100010 | 11001 | 101000001 | 1011010 | 100111 |
Color Harmonies of #BF0A7F
Complementary color
Monochromatic Colors of #BF0A7F
Black with #BF0A7F
Text Example
Text Example
White with #BF0A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0A7F; }
p { color: rgb(191,10,127); }
H1.HeaderClassName
{
color: #BF0A7F;
}
.AnyTagClassName
{
color: #BF0A7F;
}
</style>
background-color css
<style>
a { background-color: #BF0A7F; }
a { background-color: rgb(191,10,127); }
div.DivClassName
{
background-color: #BF0A7F;
}
.BgClassName
{
background-color: #BF0A7F;
}
</style>
border-color css
<style>
span { border-color: #BF0A7F; }
span { border-color: rgb(191,10,127); }
td.TdClassName
{
border-color: #BF0A7F;
}
.TagClassName
{
border-color: #BF0A7F;
}
</style>