Shades of Medium Violet Red #BF238D
Tints of Medium Violet Red #BF238D
RGB
CMYK
RGB Variations
Color information
#BF238D (or 0xBF238D) is known color: Medium Violet Red. HEX triplet: BF, 23 and 8D. RGB value is (191,35,141). Sum of RGB (Red+Green+Blue) = 191+35+141=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF238D is #40DC72. Grayscale: #5D5D5D. Windows color (decimal): -4250739 or 9249727. OLE color: 9249727.
HSL color Cylindrical-coordinate representation of color #BF238D: hue angle of 319.23º 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 #BF238D is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 141 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.25 |
| HSL | 319.23º | 0.69% | 0.44% | - |
| HSV(B) | 319.23º | 0.82% | 0.75% | - |
| XYZ | 26.89 | 14.2 | 26.52 | - |
| YUV | 93.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 141 | 0 | 0.82 | 0.26 | 0.25 | 319.23 | 0.69 | 0.44 |
| Hex | BF | 23 | 8D | 0 | 52 | 1A | 19 | 13F | 45 | 2C |
| Octal | 277 | 43 | 215 | 0 | 122 | 32 | 31 | 477 | 105 | 54 |
| Binary | 10111111 | 100011 | 10001101 | 0 | 1010010 | 11010 | 11001 | 100111111 | 1000101 | 101100 |
Color Harmonies of #BF238D
Complementary color
Monochromatic Colors of #BF238D
Black with #BF238D
Text Example
Text Example
White with #BF238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF238D; }
p { color: rgb(191,35,141); }
H1.HeaderClassName
{
color: #BF238D;
}
.AnyTagClassName
{
color: #BF238D;
}
</style>
background-color css
<style>
a { background-color: #BF238D; }
a { background-color: rgb(191,35,141); }
div.DivClassName
{
background-color: #BF238D;
}
.BgClassName
{
background-color: #BF238D;
}
</style>
border-color css
<style>
span { border-color: #BF238D; }
span { border-color: rgb(191,35,141); }
td.TdClassName
{
border-color: #BF238D;
}
.TagClassName
{
border-color: #BF238D;
}
</style>