Shades of Medium Violet Red #BF1A6B
Tints of Medium Violet Red #BF1A6B
RGB
CMYK
RGB Variations
Color information
#BF1A6B (or 0xBF1A6B) is known color: Medium Violet Red. HEX triplet: BF, 1A and 6B. RGB value is (191,26,107). Sum of RGB (Red+Green+Blue) = 191+26+107=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1A6B is #40E594. Grayscale: #545454. Windows color (decimal): -4253077 or 7019199. OLE color: 7019199.
HSL color Cylindrical-coordinate representation of color #BF1A6B: hue angle of 330.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A6B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 107 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.25 |
| HSL | 330.55º | 0.76% | 0.43% | - |
| HSV(B) | 330.55º | 0.86% | 0.75% | - |
| XYZ | 24.51 | 12.88 | 15.1 | - |
| YUV | 84.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 107 | 0 | 0.86 | 0.44 | 0.25 | 330.55 | 0.76 | 0.43 |
| Hex | BF | 1A | 6B | 0 | 56 | 2C | 19 | 14B | 4C | 2B |
| Octal | 277 | 32 | 153 | 0 | 126 | 54 | 31 | 513 | 114 | 53 |
| Binary | 10111111 | 11010 | 1101011 | 0 | 1010110 | 101100 | 11001 | 101001011 | 1001100 | 101011 |
Color Harmonies of #BF1A6B
Complementary color
Monochromatic Colors of #BF1A6B
Black with #BF1A6B
Text Example
Text Example
White with #BF1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1A6B; }
p { color: rgb(191,26,107); }
H1.HeaderClassName
{
color: #BF1A6B;
}
.AnyTagClassName
{
color: #BF1A6B;
}
</style>
background-color css
<style>
a { background-color: #BF1A6B; }
a { background-color: rgb(191,26,107); }
div.DivClassName
{
background-color: #BF1A6B;
}
.BgClassName
{
background-color: #BF1A6B;
}
</style>
border-color css
<style>
span { border-color: #BF1A6B; }
span { border-color: rgb(191,26,107); }
td.TdClassName
{
border-color: #BF1A6B;
}
.TagClassName
{
border-color: #BF1A6B;
}
</style>