Shades of Medium Red Violet #BF329A
Tints of Medium Red Violet #BF329A
RGB
CMYK
RGB Variations
Color information
#BF329A (or 0xBF329A) is known color: Medium Red Violet. HEX triplet: BF, 32 and 9A. RGB value is (191,50,154). Sum of RGB (Red+Green+Blue) = 191+50+154=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF329A is #40CD65. Grayscale: #676767. Windows color (decimal): -4246886 or 10105535. OLE color: 10105535.
HSL color Cylindrical-coordinate representation of color #BF329A: hue angle of 315.74º 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 #BF329A is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 154 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.25 |
| HSL | 315.74º | 0.59% | 0.47% | - |
| HSV(B) | 315.74º | 0.74% | 0.75% | - |
| XYZ | 28.46 | 15.69 | 32.1 | - |
| YUV | 104.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 154 | 0 | 0.74 | 0.19 | 0.25 | 315.74 | 0.59 | 0.47 |
| Hex | BF | 32 | 9A | 0 | 4A | 13 | 19 | 13C | 3B | 2F |
| Octal | 277 | 62 | 232 | 0 | 112 | 23 | 31 | 474 | 73 | 57 |
| Binary | 10111111 | 110010 | 10011010 | 0 | 1001010 | 10011 | 11001 | 100111100 | 111011 | 101111 |
Color Harmonies of #BF329A
Complementary color
Monochromatic Colors of #BF329A
Black with #BF329A
Text Example
Text Example
White with #BF329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF329A; }
p { color: rgb(191,50,154); }
H1.HeaderClassName
{
color: #BF329A;
}
.AnyTagClassName
{
color: #BF329A;
}
</style>
background-color css
<style>
a { background-color: #BF329A; }
a { background-color: rgb(191,50,154); }
div.DivClassName
{
background-color: #BF329A;
}
.BgClassName
{
background-color: #BF329A;
}
</style>
border-color css
<style>
span { border-color: #BF329A; }
span { border-color: rgb(191,50,154); }
td.TdClassName
{
border-color: #BF329A;
}
.TagClassName
{
border-color: #BF329A;
}
</style>