Shades of Medium Violet Red #BF0A6F
Tints of Medium Violet Red #BF0A6F
RGB
CMYK
RGB Variations
Color information
#BF0A6F (or 0xBF0A6F) is known color: Medium Violet Red. HEX triplet: BF, 0A and 6F. RGB value is (191,10,111). Sum of RGB (Red+Green+Blue) = 191+10+111=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0A6F is #40F590. Grayscale: #4B4B4B. Windows color (decimal): -4257169 or 7277247. OLE color: 7277247.
HSL color Cylindrical-coordinate representation of color #BF0A6F: hue angle of 326.52º 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 #BF0A6F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 111 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.25 |
| HSL | 326.52º | 0.9% | 0.39% | - |
| HSV(B) | 326.52º | 0.95% | 0.75% | - |
| XYZ | 24.46 | 12.44 | 16.15 | - |
| YUV | 75.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 111 | 0 | 0.95 | 0.42 | 0.25 | 326.52 | 0.9 | 0.39 |
| Hex | BF | A | 6F | 0 | 5F | 2A | 19 | 147 | 5A | 27 |
| Octal | 277 | 12 | 157 | 0 | 137 | 52 | 31 | 507 | 132 | 47 |
| Binary | 10111111 | 1010 | 1101111 | 0 | 1011111 | 101010 | 11001 | 101000111 | 1011010 | 100111 |
Color Harmonies of #BF0A6F
Complementary color
Monochromatic Colors of #BF0A6F
Black with #BF0A6F
Text Example
Text Example
White with #BF0A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0A6F; }
p { color: rgb(191,10,111); }
H1.HeaderClassName
{
color: #BF0A6F;
}
.AnyTagClassName
{
color: #BF0A6F;
}
</style>
background-color css
<style>
a { background-color: #BF0A6F; }
a { background-color: rgb(191,10,111); }
div.DivClassName
{
background-color: #BF0A6F;
}
.BgClassName
{
background-color: #BF0A6F;
}
</style>
border-color css
<style>
span { border-color: #BF0A6F; }
span { border-color: rgb(191,10,111); }
td.TdClassName
{
border-color: #BF0A6F;
}
.TagClassName
{
border-color: #BF0A6F;
}
</style>