Shades of Medium Violet Red #BF0284
Tints of Medium Violet Red #BF0284
RGB
CMYK
RGB Variations
Color information
#BF0284 (or 0xBF0284) is known color: Medium Violet Red. HEX triplet: BF, 02 and 84. RGB value is (191,2,132). Sum of RGB (Red+Green+Blue) = 191+2+132=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0284 is #40FD7B. Grayscale: #494949. Windows color (decimal): -4259196 or 8651455. OLE color: 8651455.
HSL color Cylindrical-coordinate representation of color #BF0284: hue angle of 318.73º 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 #BF0284 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.25 |
| HSL | 318.73º | 0.98% | 0.38% | - |
| HSV(B) | 318.73º | 0.99% | 0.75% | - |
| XYZ | 25.67 | 12.79 | 22.94 | - |
| YUV | 73.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 132 | 0 | 0.99 | 0.31 | 0.25 | 318.73 | 0.98 | 0.38 |
| Hex | BF | 2 | 84 | 0 | 63 | 1F | 19 | 13F | 62 | 26 |
| Octal | 277 | 2 | 204 | 0 | 143 | 37 | 31 | 477 | 142 | 46 |
| Binary | 10111111 | 10 | 10000100 | 0 | 1100011 | 11111 | 11001 | 100111111 | 1100010 | 100110 |
Color Harmonies of #BF0284
Complementary color
Monochromatic Colors of #BF0284
Black with #BF0284
Text Example
Text Example
White with #BF0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0284; }
p { color: rgb(191,2,132); }
H1.HeaderClassName
{
color: #BF0284;
}
.AnyTagClassName
{
color: #BF0284;
}
</style>
background-color css
<style>
a { background-color: #BF0284; }
a { background-color: rgb(191,2,132); }
div.DivClassName
{
background-color: #BF0284;
}
.BgClassName
{
background-color: #BF0284;
}
</style>
border-color css
<style>
span { border-color: #BF0284; }
span { border-color: rgb(191,2,132); }
td.TdClassName
{
border-color: #BF0284;
}
.TagClassName
{
border-color: #BF0284;
}
</style>