Shades of Medium Red Violet #BF349D
Tints of Medium Red Violet #BF349D
RGB
CMYK
RGB Variations
Color information
#BF349D (or 0xBF349D) is known color: Medium Red Violet. HEX triplet: BF, 34 and 9D. RGB value is (191,52,157). Sum of RGB (Red+Green+Blue) = 191+52+157=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF349D is #40CB62. Grayscale: #696969. Windows color (decimal): -4246371 or 10302655. OLE color: 10302655.
HSL color Cylindrical-coordinate representation of color #BF349D: hue angle of 314.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF349D is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 157 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.25 |
| HSL | 314.68º | 0.57% | 0.48% | - |
| HSV(B) | 314.68º | 0.73% | 0.75% | - |
| XYZ | 28.8 | 15.97 | 33.46 | - |
| YUV | 105.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 157 | 0 | 0.73 | 0.18 | 0.25 | 314.68 | 0.57 | 0.48 |
| Hex | BF | 34 | 9D | 0 | 49 | 12 | 19 | 13B | 39 | 30 |
| Octal | 277 | 64 | 235 | 0 | 111 | 22 | 31 | 473 | 71 | 60 |
| Binary | 10111111 | 110100 | 10011101 | 0 | 1001001 | 10010 | 11001 | 100111011 | 111001 | 110000 |
Color Harmonies of #BF349D
Complementary color
Monochromatic Colors of #BF349D
Black with #BF349D
Text Example
Text Example
White with #BF349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF349D; }
p { color: rgb(191,52,157); }
H1.HeaderClassName
{
color: #BF349D;
}
.AnyTagClassName
{
color: #BF349D;
}
</style>
background-color css
<style>
a { background-color: #BF349D; }
a { background-color: rgb(191,52,157); }
div.DivClassName
{
background-color: #BF349D;
}
.BgClassName
{
background-color: #BF349D;
}
</style>
border-color css
<style>
span { border-color: #BF349D; }
span { border-color: rgb(191,52,157); }
td.TdClassName
{
border-color: #BF349D;
}
.TagClassName
{
border-color: #BF349D;
}
</style>