Shades of Medium Violet Red #BF239B
Tints of Medium Violet Red #BF239B
RGB
CMYK
RGB Variations
Color information
#BF239B (or 0xBF239B) is known color: Medium Violet Red. HEX triplet: BF, 23 and 9B. RGB value is (191,35,155). Sum of RGB (Red+Green+Blue) = 191+35+155=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF239B is #40DC64. Grayscale: #5E5E5E. Windows color (decimal): -4250725 or 10167231. OLE color: 10167231.
HSL color Cylindrical-coordinate representation of color #BF239B: hue angle of 313.85º 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 #BF239B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 155 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.25 |
| HSL | 313.85º | 0.69% | 0.44% | - |
| HSV(B) | 313.85º | 0.82% | 0.75% | - |
| XYZ | 28 | 14.64 | 32.36 | - |
| YUV | 95.32 | 161.68 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 155 | 0 | 0.82 | 0.19 | 0.25 | 313.85 | 0.69 | 0.44 |
| Hex | BF | 23 | 9B | 0 | 52 | 13 | 19 | 13A | 45 | 2C |
| Octal | 277 | 43 | 233 | 0 | 122 | 23 | 31 | 472 | 105 | 54 |
| Binary | 10111111 | 100011 | 10011011 | 0 | 1010010 | 10011 | 11001 | 100111010 | 1000101 | 101100 |
Color Harmonies of #BF239B
Complementary color
Monochromatic Colors of #BF239B
Black with #BF239B
Text Example
Text Example
White with #BF239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF239B; }
p { color: rgb(191,35,155); }
H1.HeaderClassName
{
color: #BF239B;
}
.AnyTagClassName
{
color: #BF239B;
}
</style>
background-color css
<style>
a { background-color: #BF239B; }
a { background-color: rgb(191,35,155); }
div.DivClassName
{
background-color: #BF239B;
}
.BgClassName
{
background-color: #BF239B;
}
</style>
border-color css
<style>
span { border-color: #BF239B; }
span { border-color: rgb(191,35,155); }
td.TdClassName
{
border-color: #BF239B;
}
.TagClassName
{
border-color: #BF239B;
}
</style>