Shades of Medium Red Violet #BF326F
Tints of Medium Red Violet #BF326F
RGB
CMYK
RGB Variations
Color information
#BF326F (or 0xBF326F) is known color: Medium Red Violet. HEX triplet: BF, 32 and 6F. RGB value is (191,50,111). Sum of RGB (Red+Green+Blue) = 191+50+111=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF326F is #40CD90. Grayscale: #636363. Windows color (decimal): -4246929 or 7287487. OLE color: 7287487.
HSL color Cylindrical-coordinate representation of color #BF326F: hue angle of 334.04º 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 #BF326F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 111 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.25 |
| HSL | 334.04º | 0.59% | 0.47% | - |
| HSV(B) | 334.04º | 0.74% | 0.75% | - |
| XYZ | 25.5 | 14.51 | 16.49 | - |
| YUV | 99.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 111 | 0 | 0.74 | 0.42 | 0.25 | 334.04 | 0.59 | 0.47 |
| Hex | BF | 32 | 6F | 0 | 4A | 2A | 19 | 14E | 3B | 2F |
| Octal | 277 | 62 | 157 | 0 | 112 | 52 | 31 | 516 | 73 | 57 |
| Binary | 10111111 | 110010 | 1101111 | 0 | 1001010 | 101010 | 11001 | 101001110 | 111011 | 101111 |
Color Harmonies of #BF326F
Complementary color
Monochromatic Colors of #BF326F
Black with #BF326F
Text Example
Text Example
White with #BF326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF326F; }
p { color: rgb(191,50,111); }
H1.HeaderClassName
{
color: #BF326F;
}
.AnyTagClassName
{
color: #BF326F;
}
</style>
background-color css
<style>
a { background-color: #BF326F; }
a { background-color: rgb(191,50,111); }
div.DivClassName
{
background-color: #BF326F;
}
.BgClassName
{
background-color: #BF326F;
}
</style>
border-color css
<style>
span { border-color: #BF326F; }
span { border-color: rgb(191,50,111); }
td.TdClassName
{
border-color: #BF326F;
}
.TagClassName
{
border-color: #BF326F;
}
</style>