Shades of Medium Violet Red #BF206A
Tints of Medium Violet Red #BF206A
RGB
CMYK
RGB Variations
Color information
#BF206A (or 0xBF206A) is known color: Medium Violet Red. HEX triplet: BF, 20 and 6A. RGB value is (191,32,106). Sum of RGB (Red+Green+Blue) = 191+32+106=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF206A is #40DF95. Grayscale: #575757. Windows color (decimal): -4251542 or 6955199. OLE color: 6955199.
HSL color Cylindrical-coordinate representation of color #BF206A: hue angle of 332.08º 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 #BF206A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 106 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.25 |
| HSL | 332.08º | 0.71% | 0.44% | - |
| HSV(B) | 332.08º | 0.83% | 0.75% | - |
| XYZ | 24.6 | 13.15 | 14.88 | - |
| YUV | 87.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 106 | 0 | 0.83 | 0.45 | 0.25 | 332.08 | 0.71 | 0.44 |
| Hex | BF | 20 | 6A | 0 | 53 | 2D | 19 | 14C | 47 | 2C |
| Octal | 277 | 40 | 152 | 0 | 123 | 55 | 31 | 514 | 107 | 54 |
| Binary | 10111111 | 100000 | 1101010 | 0 | 1010011 | 101101 | 11001 | 101001100 | 1000111 | 101100 |
Color Harmonies of #BF206A
Complementary color
Monochromatic Colors of #BF206A
Black with #BF206A
Text Example
Text Example
White with #BF206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF206A; }
p { color: rgb(191,32,106); }
H1.HeaderClassName
{
color: #BF206A;
}
.AnyTagClassName
{
color: #BF206A;
}
</style>
background-color css
<style>
a { background-color: #BF206A; }
a { background-color: rgb(191,32,106); }
div.DivClassName
{
background-color: #BF206A;
}
.BgClassName
{
background-color: #BF206A;
}
</style>
border-color css
<style>
span { border-color: #BF206A; }
span { border-color: rgb(191,32,106); }
td.TdClassName
{
border-color: #BF206A;
}
.TagClassName
{
border-color: #BF206A;
}
</style>