Shades of Medium Violet Red #BF217D
Tints of Medium Violet Red #BF217D
RGB
CMYK
RGB Variations
Color information
#BF217D (or 0xBF217D) is known color: Medium Violet Red. HEX triplet: BF, 21 and 7D. RGB value is (191,33,125). Sum of RGB (Red+Green+Blue) = 191+33+125=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF217D is #40DE82. Grayscale: #5A5A5A. Windows color (decimal): -4251267 or 8200639. OLE color: 8200639.
HSL color Cylindrical-coordinate representation of color #BF217D: hue angle of 325.06º 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 #BF217D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 125 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.25 |
| HSL | 325.06º | 0.71% | 0.44% | - |
| HSV(B) | 325.06º | 0.83% | 0.75% | - |
| XYZ | 25.73 | 13.64 | 20.68 | - |
| YUV | 90.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 125 | 0 | 0.83 | 0.35 | 0.25 | 325.06 | 0.71 | 0.44 |
| Hex | BF | 21 | 7D | 0 | 53 | 23 | 19 | 145 | 47 | 2C |
| Octal | 277 | 41 | 175 | 0 | 123 | 43 | 31 | 505 | 107 | 54 |
| Binary | 10111111 | 100001 | 1111101 | 0 | 1010011 | 100011 | 11001 | 101000101 | 1000111 | 101100 |
Color Harmonies of #BF217D
Complementary color
Monochromatic Colors of #BF217D
Black with #BF217D
Text Example
Text Example
White with #BF217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF217D; }
p { color: rgb(191,33,125); }
H1.HeaderClassName
{
color: #BF217D;
}
.AnyTagClassName
{
color: #BF217D;
}
</style>
background-color css
<style>
a { background-color: #BF217D; }
a { background-color: rgb(191,33,125); }
div.DivClassName
{
background-color: #BF217D;
}
.BgClassName
{
background-color: #BF217D;
}
</style>
border-color css
<style>
span { border-color: #BF217D; }
span { border-color: rgb(191,33,125); }
td.TdClassName
{
border-color: #BF217D;
}
.TagClassName
{
border-color: #BF217D;
}
</style>