Shades of Medium Violet Red #BF208B
Tints of Medium Violet Red #BF208B
RGB
CMYK
RGB Variations
Color information
#BF208B (or 0xBF208B) is known color: Medium Violet Red. HEX triplet: BF, 20 and 8B. RGB value is (191,32,139). Sum of RGB (Red+Green+Blue) = 191+32+139=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF208B is #40DF74. Grayscale: #5B5B5B. Windows color (decimal): -4251509 or 9117887. OLE color: 9117887.
HSL color Cylindrical-coordinate representation of color #BF208B: hue angle of 319.62º 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 #BF208B is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.25 |
| HSL | 319.62º | 0.71% | 0.44% | - |
| HSV(B) | 319.62º | 0.83% | 0.75% | - |
| XYZ | 26.66 | 13.97 | 25.72 | - |
| YUV | 91.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 139 | 0 | 0.83 | 0.27 | 0.25 | 319.62 | 0.71 | 0.44 |
| Hex | BF | 20 | 8B | 0 | 53 | 1B | 19 | 140 | 47 | 2C |
| Octal | 277 | 40 | 213 | 0 | 123 | 33 | 31 | 500 | 107 | 54 |
| Binary | 10111111 | 100000 | 10001011 | 0 | 1010011 | 11011 | 11001 | 101000000 | 1000111 | 101100 |
Color Harmonies of #BF208B
Complementary color
Monochromatic Colors of #BF208B
Black with #BF208B
Text Example
Text Example
White with #BF208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF208B; }
p { color: rgb(191,32,139); }
H1.HeaderClassName
{
color: #BF208B;
}
.AnyTagClassName
{
color: #BF208B;
}
</style>
background-color css
<style>
a { background-color: #BF208B; }
a { background-color: rgb(191,32,139); }
div.DivClassName
{
background-color: #BF208B;
}
.BgClassName
{
background-color: #BF208B;
}
</style>
border-color css
<style>
span { border-color: #BF208B; }
span { border-color: rgb(191,32,139); }
td.TdClassName
{
border-color: #BF208B;
}
.TagClassName
{
border-color: #BF208B;
}
</style>