Shades of Medium Violet Red #BF239D
Tints of Medium Violet Red #BF239D
RGB
CMYK
RGB Variations
Color information
#BF239D (or 0xBF239D) is known color: Medium Violet Red. HEX triplet: BF, 23 and 9D. RGB value is (191,35,157). Sum of RGB (Red+Green+Blue) = 191+35+157=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF239D is #40DC62. Grayscale: #5F5F5F. Windows color (decimal): -4250723 or 10298303. OLE color: 10298303.
HSL color Cylindrical-coordinate representation of color #BF239D: hue angle of 313.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF239D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 157 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.25 |
| HSL | 313.08º | 0.69% | 0.44% | - |
| HSV(B) | 313.08º | 0.82% | 0.75% | - |
| XYZ | 28.17 | 14.71 | 33.25 | - |
| YUV | 95.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 157 | 0 | 0.82 | 0.18 | 0.25 | 313.08 | 0.69 | 0.44 |
| Hex | BF | 23 | 9D | 0 | 52 | 12 | 19 | 139 | 45 | 2C |
| Octal | 277 | 43 | 235 | 0 | 122 | 22 | 31 | 471 | 105 | 54 |
| Binary | 10111111 | 100011 | 10011101 | 0 | 1010010 | 10010 | 11001 | 100111001 | 1000101 | 101100 |
Color Harmonies of #BF239D
Complementary color
Monochromatic Colors of #BF239D
Black with #BF239D
Text Example
Text Example
White with #BF239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF239D; }
p { color: rgb(191,35,157); }
H1.HeaderClassName
{
color: #BF239D;
}
.AnyTagClassName
{
color: #BF239D;
}
</style>
background-color css
<style>
a { background-color: #BF239D; }
a { background-color: rgb(191,35,157); }
div.DivClassName
{
background-color: #BF239D;
}
.BgClassName
{
background-color: #BF239D;
}
</style>
border-color css
<style>
span { border-color: #BF239D; }
span { border-color: rgb(191,35,157); }
td.TdClassName
{
border-color: #BF239D;
}
.TagClassName
{
border-color: #BF239D;
}
</style>