Shades of Medium Violet Red #BF2184
Tints of Medium Violet Red #BF2184
RGB
CMYK
RGB Variations
Color information
#BF2184 (or 0xBF2184) is known color: Medium Violet Red. HEX triplet: BF, 21 and 84. RGB value is (191,33,132). Sum of RGB (Red+Green+Blue) = 191+33+132=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2184 is #40DE7B. Grayscale: #5B5B5B. Windows color (decimal): -4251260 or 8659391. OLE color: 8659391.
HSL color Cylindrical-coordinate representation of color #BF2184: hue angle of 322.41º 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 #BF2184 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 132 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.25 |
| HSL | 322.41º | 0.71% | 0.44% | - |
| HSV(B) | 322.41º | 0.83% | 0.75% | - |
| XYZ | 26.19 | 13.83 | 23.12 | - |
| YUV | 91.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 132 | 0 | 0.83 | 0.31 | 0.25 | 322.41 | 0.71 | 0.44 |
| Hex | BF | 21 | 84 | 0 | 53 | 1F | 19 | 142 | 47 | 2C |
| Octal | 277 | 41 | 204 | 0 | 123 | 37 | 31 | 502 | 107 | 54 |
| Binary | 10111111 | 100001 | 10000100 | 0 | 1010011 | 11111 | 11001 | 101000010 | 1000111 | 101100 |
Color Harmonies of #BF2184
Complementary color
Monochromatic Colors of #BF2184
Black with #BF2184
Text Example
Text Example
White with #BF2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2184; }
p { color: rgb(191,33,132); }
H1.HeaderClassName
{
color: #BF2184;
}
.AnyTagClassName
{
color: #BF2184;
}
</style>
background-color css
<style>
a { background-color: #BF2184; }
a { background-color: rgb(191,33,132); }
div.DivClassName
{
background-color: #BF2184;
}
.BgClassName
{
background-color: #BF2184;
}
</style>
border-color css
<style>
span { border-color: #BF2184; }
span { border-color: rgb(191,33,132); }
td.TdClassName
{
border-color: #BF2184;
}
.TagClassName
{
border-color: #BF2184;
}
</style>