Shades of Medium Violet Red #BF208A
Tints of Medium Violet Red #BF208A
RGB
CMYK
RGB Variations
Color information
#BF208A (or 0xBF208A) is known color: Medium Violet Red. HEX triplet: BF, 20 and 8A. RGB value is (191,32,138). Sum of RGB (Red+Green+Blue) = 191+32+138=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF208A is #40DF75. Grayscale: #5B5B5B. Windows color (decimal): -4251510 or 9052351. OLE color: 9052351.
HSL color Cylindrical-coordinate representation of color #BF208A: hue angle of 320º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF208A is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 138 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.25 |
| HSL | 320º | 0.71% | 0.44% | - |
| HSV(B) | 320º | 0.83% | 0.75% | - |
| XYZ | 26.59 | 13.94 | 25.33 | - |
| YUV | 91.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 138 | 0 | 0.83 | 0.28 | 0.25 | 320 | 0.71 | 0.44 |
| Hex | BF | 20 | 8A | 0 | 53 | 1C | 19 | 140 | 47 | 2C |
| Octal | 277 | 40 | 212 | 0 | 123 | 34 | 31 | 500 | 107 | 54 |
| Binary | 10111111 | 100000 | 10001010 | 0 | 1010011 | 11100 | 11001 | 101000000 | 1000111 | 101100 |
Color Harmonies of #BF208A
Complementary color
Monochromatic Colors of #BF208A
Black with #BF208A
Text Example
Text Example
White with #BF208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF208A; }
p { color: rgb(191,32,138); }
H1.HeaderClassName
{
color: #BF208A;
}
.AnyTagClassName
{
color: #BF208A;
}
</style>
background-color css
<style>
a { background-color: #BF208A; }
a { background-color: rgb(191,32,138); }
div.DivClassName
{
background-color: #BF208A;
}
.BgClassName
{
background-color: #BF208A;
}
</style>
border-color css
<style>
span { border-color: #BF208A; }
span { border-color: rgb(191,32,138); }
td.TdClassName
{
border-color: #BF208A;
}
.TagClassName
{
border-color: #BF208A;
}
</style>