Shades of Medium Red Violet #BF339C
Tints of Medium Red Violet #BF339C
RGB
CMYK
RGB Variations
Color information
#BF339C (or 0xBF339C) is known color: Medium Red Violet. HEX triplet: BF, 33 and 9C. RGB value is (191,51,156). Sum of RGB (Red+Green+Blue) = 191+51+156=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF339C is #40CC63. Grayscale: #686868. Windows color (decimal): -4246628 or 10236863. OLE color: 10236863.
HSL color Cylindrical-coordinate representation of color #BF339C: hue angle of 315º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF339C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 156 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.25 |
| HSL | 315º | 0.58% | 0.47% | - |
| HSV(B) | 315º | 0.73% | 0.75% | - |
| XYZ | 28.67 | 15.84 | 33 | - |
| YUV | 104.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 156 | 0 | 0.73 | 0.18 | 0.25 | 315 | 0.58 | 0.47 |
| Hex | BF | 33 | 9C | 0 | 49 | 12 | 19 | 13B | 3A | 2F |
| Octal | 277 | 63 | 234 | 0 | 111 | 22 | 31 | 473 | 72 | 57 |
| Binary | 10111111 | 110011 | 10011100 | 0 | 1001001 | 10010 | 11001 | 100111011 | 111010 | 101111 |
Color Harmonies of #BF339C
Complementary color
Monochromatic Colors of #BF339C
Black with #BF339C
Text Example
Text Example
White with #BF339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF339C; }
p { color: rgb(191,51,156); }
H1.HeaderClassName
{
color: #BF339C;
}
.AnyTagClassName
{
color: #BF339C;
}
</style>
background-color css
<style>
a { background-color: #BF339C; }
a { background-color: rgb(191,51,156); }
div.DivClassName
{
background-color: #BF339C;
}
.BgClassName
{
background-color: #BF339C;
}
</style>
border-color css
<style>
span { border-color: #BF339C; }
span { border-color: rgb(191,51,156); }
td.TdClassName
{
border-color: #BF339C;
}
.TagClassName
{
border-color: #BF339C;
}
</style>