Shades of Medium Red Violet #BF2593
Tints of Medium Red Violet #BF2593
RGB
CMYK
RGB Variations
Color information
#BF2593 (or 0xBF2593) is known color: Medium Red Violet. HEX triplet: BF, 25 and 93. RGB value is (191,37,147). Sum of RGB (Red+Green+Blue) = 191+37+147=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2593 is #40DA6C. Grayscale: #5F5F5F. Windows color (decimal): -4250221 or 9643455. OLE color: 9643455.
HSL color Cylindrical-coordinate representation of color #BF2593: hue angle of 317.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2593 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 147 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.25 |
| HSL | 317.14º | 0.68% | 0.45% | - |
| HSV(B) | 317.14º | 0.81% | 0.75% | - |
| XYZ | 27.41 | 14.51 | 28.96 | - |
| YUV | 95.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 147 | 0 | 0.81 | 0.23 | 0.25 | 317.14 | 0.68 | 0.45 |
| Hex | BF | 25 | 93 | 0 | 51 | 17 | 19 | 13D | 44 | 2D |
| Octal | 277 | 45 | 223 | 0 | 121 | 27 | 31 | 475 | 104 | 55 |
| Binary | 10111111 | 100101 | 10010011 | 0 | 1010001 | 10111 | 11001 | 100111101 | 1000100 | 101101 |
Color Harmonies of #BF2593
Complementary color
Monochromatic Colors of #BF2593
Black with #BF2593
Text Example
Text Example
White with #BF2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2593; }
p { color: rgb(191,37,147); }
H1.HeaderClassName
{
color: #BF2593;
}
.AnyTagClassName
{
color: #BF2593;
}
</style>
background-color css
<style>
a { background-color: #BF2593; }
a { background-color: rgb(191,37,147); }
div.DivClassName
{
background-color: #BF2593;
}
.BgClassName
{
background-color: #BF2593;
}
</style>
border-color css
<style>
span { border-color: #BF2593; }
span { border-color: rgb(191,37,147); }
td.TdClassName
{
border-color: #BF2593;
}
.TagClassName
{
border-color: #BF2593;
}
</style>