Shades of Medium Violet Red #BF129A
Tints of Medium Violet Red #BF129A
RGB
CMYK
RGB Variations
Color information
#BF129A (or 0xBF129A) is known color: Medium Violet Red. HEX triplet: BF, 12 and 9A. RGB value is (191,18,154). Sum of RGB (Red+Green+Blue) = 191+18+154=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF129A is #40ED65. Grayscale: #545454. Windows color (decimal): -4255078 or 10097343. OLE color: 10097343.
HSL color Cylindrical-coordinate representation of color #BF129A: hue angle of 312.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF129A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 154 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.25 |
| HSL | 312.83º | 0.83% | 0.41% | - |
| HSV(B) | 312.83º | 0.91% | 0.75% | - |
| XYZ | 27.53 | 13.84 | 31.79 | - |
| YUV | 85.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 154 | 0 | 0.91 | 0.19 | 0.25 | 312.83 | 0.83 | 0.41 |
| Hex | BF | 12 | 9A | 0 | 5B | 13 | 19 | 139 | 53 | 29 |
| Octal | 277 | 22 | 232 | 0 | 133 | 23 | 31 | 471 | 123 | 51 |
| Binary | 10111111 | 10010 | 10011010 | 0 | 1011011 | 10011 | 11001 | 100111001 | 1010011 | 101001 |
Color Harmonies of #BF129A
Complementary color
Monochromatic Colors of #BF129A
Black with #BF129A
Text Example
Text Example
White with #BF129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF129A; }
p { color: rgb(191,18,154); }
H1.HeaderClassName
{
color: #BF129A;
}
.AnyTagClassName
{
color: #BF129A;
}
</style>
background-color css
<style>
a { background-color: #BF129A; }
a { background-color: rgb(191,18,154); }
div.DivClassName
{
background-color: #BF129A;
}
.BgClassName
{
background-color: #BF129A;
}
</style>
border-color css
<style>
span { border-color: #BF129A; }
span { border-color: rgb(191,18,154); }
td.TdClassName
{
border-color: #BF129A;
}
.TagClassName
{
border-color: #BF129A;
}
</style>