Shades of Medium Red Violet #BF32A0
Tints of Medium Red Violet #BF32A0
RGB
CMYK
RGB Variations
Color information
#BF32A0 (or 0xBF32A0) is known color: Medium Red Violet. HEX triplet: BF, 32 and A0. RGB value is (191,50,160). Sum of RGB (Red+Green+Blue) = 191+50+160=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32A0 is #40CD5F. Grayscale: #686868. Windows color (decimal): -4246880 or 10498751. OLE color: 10498751.
HSL color Cylindrical-coordinate representation of color #BF32A0: hue angle of 313.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF32A0 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 160 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.25 |
| HSL | 313.19º | 0.59% | 0.47% | - |
| HSV(B) | 313.19º | 0.74% | 0.75% | - |
| XYZ | 28.97 | 15.9 | 34.8 | - |
| YUV | 104.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 160 | 0 | 0.74 | 0.16 | 0.25 | 313.19 | 0.59 | 0.47 |
| Hex | BF | 32 | A0 | 0 | 4A | 10 | 19 | 139 | 3B | 2F |
| Octal | 277 | 62 | 240 | 0 | 112 | 20 | 31 | 471 | 73 | 57 |
| Binary | 10111111 | 110010 | 10100000 | 0 | 1001010 | 10000 | 11001 | 100111001 | 111011 | 101111 |
Color Harmonies of #BF32A0
Complementary color
Monochromatic Colors of #BF32A0
Black with #BF32A0
Text Example
Text Example
White with #BF32A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32A0; }
p { color: rgb(191,50,160); }
H1.HeaderClassName
{
color: #BF32A0;
}
.AnyTagClassName
{
color: #BF32A0;
}
</style>
background-color css
<style>
a { background-color: #BF32A0; }
a { background-color: rgb(191,50,160); }
div.DivClassName
{
background-color: #BF32A0;
}
.BgClassName
{
background-color: #BF32A0;
}
</style>
border-color css
<style>
span { border-color: #BF32A0; }
span { border-color: rgb(191,50,160); }
td.TdClassName
{
border-color: #BF32A0;
}
.TagClassName
{
border-color: #BF32A0;
}
</style>