Shades of Medium Red Violet #BF348D
Tints of Medium Red Violet #BF348D
RGB
CMYK
RGB Variations
Color information
#BF348D (or 0xBF348D) is known color: Medium Red Violet. HEX triplet: BF, 34 and 8D. RGB value is (191,52,141). Sum of RGB (Red+Green+Blue) = 191+52+141=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348D is #40CB72. Grayscale: #676767. Windows color (decimal): -4246387 or 9254079. OLE color: 9254079.
HSL color Cylindrical-coordinate representation of color #BF348D: hue angle of 321.58º 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 #BF348D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 141 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.25 |
| HSL | 321.58º | 0.57% | 0.48% | - |
| HSV(B) | 321.58º | 0.73% | 0.75% | - |
| XYZ | 27.52 | 15.46 | 26.73 | - |
| YUV | 103.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 141 | 0 | 0.73 | 0.26 | 0.25 | 321.58 | 0.57 | 0.48 |
| Hex | BF | 34 | 8D | 0 | 49 | 1A | 19 | 142 | 39 | 30 |
| Octal | 277 | 64 | 215 | 0 | 111 | 32 | 31 | 502 | 71 | 60 |
| Binary | 10111111 | 110100 | 10001101 | 0 | 1001001 | 11010 | 11001 | 101000010 | 111001 | 110000 |
Color Harmonies of #BF348D
Complementary color
Monochromatic Colors of #BF348D
Black with #BF348D
Text Example
Text Example
White with #BF348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF348D; }
p { color: rgb(191,52,141); }
H1.HeaderClassName
{
color: #BF348D;
}
.AnyTagClassName
{
color: #BF348D;
}
</style>
background-color css
<style>
a { background-color: #BF348D; }
a { background-color: rgb(191,52,141); }
div.DivClassName
{
background-color: #BF348D;
}
.BgClassName
{
background-color: #BF348D;
}
</style>
border-color css
<style>
span { border-color: #BF348D; }
span { border-color: rgb(191,52,141); }
td.TdClassName
{
border-color: #BF348D;
}
.TagClassName
{
border-color: #BF348D;
}
</style>