Shades of Medium Violet Red #BF0182
Tints of Medium Violet Red #BF0182
RGB
CMYK
RGB Variations
Color information
#BF0182 (or 0xBF0182) is known color: Medium Violet Red. HEX triplet: BF, 01 and 82. RGB value is (191,1,130). Sum of RGB (Red+Green+Blue) = 191+1+130=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0182 is #40FE7D. Grayscale: #484848. Windows color (decimal): -4259454 or 8520127. OLE color: 8520127.
HSL color Cylindrical-coordinate representation of color #BF0182: hue angle of 319.26º degrees, saturation: 0.99, 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 #BF0182 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.26º | 0.99% | 0.38% | - |
| HSV(B) | 319.26º | 0.99% | 0.75% | - |
| XYZ | 25.53 | 12.71 | 22.23 | - |
| YUV | 72.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 130 | 0 | 0.99 | 0.32 | 0.25 | 319.26 | 0.99 | 0.38 |
| Hex | BF | 1 | 82 | 0 | 63 | 20 | 19 | 13F | 63 | 26 |
| Octal | 277 | 1 | 202 | 0 | 143 | 40 | 31 | 477 | 143 | 46 |
| Binary | 10111111 | 1 | 10000010 | 0 | 1100011 | 100000 | 11001 | 100111111 | 1100011 | 100110 |
Color Harmonies of #BF0182
Complementary color
Monochromatic Colors of #BF0182
Black with #BF0182
Text Example
Text Example
White with #BF0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0182; }
p { color: rgb(191,1,130); }
H1.HeaderClassName
{
color: #BF0182;
}
.AnyTagClassName
{
color: #BF0182;
}
</style>
background-color css
<style>
a { background-color: #BF0182; }
a { background-color: rgb(191,1,130); }
div.DivClassName
{
background-color: #BF0182;
}
.BgClassName
{
background-color: #BF0182;
}
</style>
border-color css
<style>
span { border-color: #BF0182; }
span { border-color: rgb(191,1,130); }
td.TdClassName
{
border-color: #BF0182;
}
.TagClassName
{
border-color: #BF0182;
}
</style>