Shades of Medium Violet Red #BF218A
Tints of Medium Violet Red #BF218A
RGB
CMYK
RGB Variations
Color information
#BF218A (or 0xBF218A) is known color: Medium Violet Red. HEX triplet: BF, 21 and 8A. RGB value is (191,33,138). Sum of RGB (Red+Green+Blue) = 191+33+138=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF218A is #40DE75. Grayscale: #5B5B5B. Windows color (decimal): -4251254 or 9052607. OLE color: 9052607.
HSL color Cylindrical-coordinate representation of color #BF218A: hue angle of 320.13º 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 #BF218A is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 138 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.25 |
| HSL | 320.13º | 0.71% | 0.44% | - |
| HSV(B) | 320.13º | 0.83% | 0.75% | - |
| XYZ | 26.62 | 14 | 25.34 | - |
| YUV | 92.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 138 | 0 | 0.83 | 0.28 | 0.25 | 320.13 | 0.71 | 0.44 |
| Hex | BF | 21 | 8A | 0 | 53 | 1C | 19 | 140 | 47 | 2C |
| Octal | 277 | 41 | 212 | 0 | 123 | 34 | 31 | 500 | 107 | 54 |
| Binary | 10111111 | 100001 | 10001010 | 0 | 1010011 | 11100 | 11001 | 101000000 | 1000111 | 101100 |
Color Harmonies of #BF218A
Complementary color
Monochromatic Colors of #BF218A
Black with #BF218A
Text Example
Text Example
White with #BF218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF218A; }
p { color: rgb(191,33,138); }
H1.HeaderClassName
{
color: #BF218A;
}
.AnyTagClassName
{
color: #BF218A;
}
</style>
background-color css
<style>
a { background-color: #BF218A; }
a { background-color: rgb(191,33,138); }
div.DivClassName
{
background-color: #BF218A;
}
.BgClassName
{
background-color: #BF218A;
}
</style>
border-color css
<style>
span { border-color: #BF218A; }
span { border-color: rgb(191,33,138); }
td.TdClassName
{
border-color: #BF218A;
}
.TagClassName
{
border-color: #BF218A;
}
</style>