Shades of Medium Violet Red #BF239A
Tints of Medium Violet Red #BF239A
RGB
CMYK
RGB Variations
Color information
#BF239A (or 0xBF239A) is known color: Medium Violet Red. HEX triplet: BF, 23 and 9A. RGB value is (191,35,154). Sum of RGB (Red+Green+Blue) = 191+35+154=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF239A is #40DC65. Grayscale: #5E5E5E. Windows color (decimal): -4250726 or 10101695. OLE color: 10101695.
HSL color Cylindrical-coordinate representation of color #BF239A: hue angle of 314.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 #BF239A is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 154 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.25 |
| HSL | 314.23º | 0.69% | 0.44% | - |
| HSV(B) | 314.23º | 0.82% | 0.75% | - |
| XYZ | 27.92 | 14.61 | 31.92 | - |
| YUV | 95.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 154 | 0 | 0.82 | 0.19 | 0.25 | 314.23 | 0.69 | 0.44 |
| Hex | BF | 23 | 9A | 0 | 52 | 13 | 19 | 13A | 45 | 2C |
| Octal | 277 | 43 | 232 | 0 | 122 | 23 | 31 | 472 | 105 | 54 |
| Binary | 10111111 | 100011 | 10011010 | 0 | 1010010 | 10011 | 11001 | 100111010 | 1000101 | 101100 |
Color Harmonies of #BF239A
Complementary color
Monochromatic Colors of #BF239A
Black with #BF239A
Text Example
Text Example
White with #BF239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF239A; }
p { color: rgb(191,35,154); }
H1.HeaderClassName
{
color: #BF239A;
}
.AnyTagClassName
{
color: #BF239A;
}
</style>
background-color css
<style>
a { background-color: #BF239A; }
a { background-color: rgb(191,35,154); }
div.DivClassName
{
background-color: #BF239A;
}
.BgClassName
{
background-color: #BF239A;
}
</style>
border-color css
<style>
span { border-color: #BF239A; }
span { border-color: rgb(191,35,154); }
td.TdClassName
{
border-color: #BF239A;
}
.TagClassName
{
border-color: #BF239A;
}
</style>