Shades of Medium Violet Red #BF0285
Tints of Medium Violet Red #BF0285
RGB
CMYK
RGB Variations
Color information
#BF0285 (or 0xBF0285) is known color: Medium Violet Red. HEX triplet: BF, 02 and 85. RGB value is (191,2,133). Sum of RGB (Red+Green+Blue) = 191+2+133=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0285 is #40FD7A. Grayscale: #494949. Windows color (decimal): -4259195 or 8716991. OLE color: 8716991.
HSL color Cylindrical-coordinate representation of color #BF0285: hue angle of 318.41º 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 #BF0285 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.25 |
| HSL | 318.41º | 0.98% | 0.38% | - |
| HSV(B) | 318.41º | 0.99% | 0.75% | - |
| XYZ | 25.74 | 12.81 | 23.31 | - |
| YUV | 73.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 133 | 0 | 0.99 | 0.30 | 0.25 | 318.41 | 0.98 | 0.38 |
| Hex | BF | 2 | 85 | 0 | 63 | 1E | 19 | 13E | 62 | 26 |
| Octal | 277 | 2 | 205 | 0 | 143 | 36 | 31 | 476 | 142 | 46 |
| Binary | 10111111 | 10 | 10000101 | 0 | 1100011 | 11110 | 11001 | 100111110 | 1100010 | 100110 |
Color Harmonies of #BF0285
Complementary color
Monochromatic Colors of #BF0285
Black with #BF0285
Text Example
Text Example
White with #BF0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0285; }
p { color: rgb(191,2,133); }
H1.HeaderClassName
{
color: #BF0285;
}
.AnyTagClassName
{
color: #BF0285;
}
</style>
background-color css
<style>
a { background-color: #BF0285; }
a { background-color: rgb(191,2,133); }
div.DivClassName
{
background-color: #BF0285;
}
.BgClassName
{
background-color: #BF0285;
}
</style>
border-color css
<style>
span { border-color: #BF0285; }
span { border-color: rgb(191,2,133); }
td.TdClassName
{
border-color: #BF0285;
}
.TagClassName
{
border-color: #BF0285;
}
</style>