Shades of Medium Red Violet #BF32A1
Tints of Medium Red Violet #BF32A1
RGB
CMYK
RGB Variations
Color information
#BF32A1 (or 0xBF32A1) is known color: Medium Red Violet. HEX triplet: BF, 32 and A1. RGB value is (191,50,161). Sum of RGB (Red+Green+Blue) = 191+50+161=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32A1 is #40CD5E. Grayscale: #686868. Windows color (decimal): -4246879 or 10564287. OLE color: 10564287.
HSL color Cylindrical-coordinate representation of color #BF32A1: hue angle of 312.77º 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 #BF32A1 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 161 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.25 |
| HSL | 312.77º | 0.59% | 0.47% | - |
| HSV(B) | 312.77º | 0.74% | 0.75% | - |
| XYZ | 29.06 | 15.93 | 35.26 | - |
| YUV | 104.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 161 | 0 | 0.74 | 0.16 | 0.25 | 312.77 | 0.59 | 0.47 |
| Hex | BF | 32 | A1 | 0 | 4A | 10 | 19 | 139 | 3B | 2F |
| Octal | 277 | 62 | 241 | 0 | 112 | 20 | 31 | 471 | 73 | 57 |
| Binary | 10111111 | 110010 | 10100001 | 0 | 1001010 | 10000 | 11001 | 100111001 | 111011 | 101111 |
Color Harmonies of #BF32A1
Complementary color
Monochromatic Colors of #BF32A1
Black with #BF32A1
Text Example
Text Example
White with #BF32A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32A1; }
p { color: rgb(191,50,161); }
H1.HeaderClassName
{
color: #BF32A1;
}
.AnyTagClassName
{
color: #BF32A1;
}
</style>
background-color css
<style>
a { background-color: #BF32A1; }
a { background-color: rgb(191,50,161); }
div.DivClassName
{
background-color: #BF32A1;
}
.BgClassName
{
background-color: #BF32A1;
}
</style>
border-color css
<style>
span { border-color: #BF32A1; }
span { border-color: rgb(191,50,161); }
td.TdClassName
{
border-color: #BF32A1;
}
.TagClassName
{
border-color: #BF32A1;
}
</style>