Shades of Medium Violet Red #BF0281
Tints of Medium Violet Red #BF0281
RGB
CMYK
RGB Variations
Color information
#BF0281 (or 0xBF0281) is known color: Medium Violet Red. HEX triplet: BF, 02 and 81. RGB value is (191,2,129). Sum of RGB (Red+Green+Blue) = 191+2+129=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0281 is #40FD7E. Grayscale: #484848. Windows color (decimal): -4259199 or 8454847. OLE color: 8454847.
HSL color Cylindrical-coordinate representation of color #BF0281: hue angle of 319.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0281 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.68º | 0.98% | 0.38% | - |
| HSV(B) | 319.68º | 0.99% | 0.75% | - |
| XYZ | 25.47 | 12.7 | 21.88 | - |
| YUV | 72.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 129 | 0 | 0.99 | 0.32 | 0.25 | 319.68 | 0.98 | 0.38 |
| Hex | BF | 2 | 81 | 0 | 63 | 20 | 19 | 140 | 62 | 26 |
| Octal | 277 | 2 | 201 | 0 | 143 | 40 | 31 | 500 | 142 | 46 |
| Binary | 10111111 | 10 | 10000001 | 0 | 1100011 | 100000 | 11001 | 101000000 | 1100010 | 100110 |
Color Harmonies of #BF0281
Complementary color
Monochromatic Colors of #BF0281
Black with #BF0281
Text Example
Text Example
White with #BF0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0281; }
p { color: rgb(191,2,129); }
H1.HeaderClassName
{
color: #BF0281;
}
.AnyTagClassName
{
color: #BF0281;
}
</style>
background-color css
<style>
a { background-color: #BF0281; }
a { background-color: rgb(191,2,129); }
div.DivClassName
{
background-color: #BF0281;
}
.BgClassName
{
background-color: #BF0281;
}
</style>
border-color css
<style>
span { border-color: #BF0281; }
span { border-color: rgb(191,2,129); }
td.TdClassName
{
border-color: #BF0281;
}
.TagClassName
{
border-color: #BF0281;
}
</style>