Shades of Medium Red Violet #BF2485
Tints of Medium Red Violet #BF2485
RGB
CMYK
RGB Variations
Color information
#BF2485 (or 0xBF2485) is known color: Medium Red Violet. HEX triplet: BF, 24 and 85. RGB value is (191,36,133). Sum of RGB (Red+Green+Blue) = 191+36+133=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2485 is #40DB7A. Grayscale: #5D5D5D. Windows color (decimal): -4250491 or 8725695. OLE color: 8725695.
HSL color Cylindrical-coordinate representation of color #BF2485: hue angle of 322.45º 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 #BF2485 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 133 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.25 |
| HSL | 322.45º | 0.68% | 0.45% | - |
| HSV(B) | 322.45º | 0.81% | 0.75% | - |
| XYZ | 26.35 | 14.03 | 23.51 | - |
| YUV | 93.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 133 | 0 | 0.81 | 0.30 | 0.25 | 322.45 | 0.68 | 0.45 |
| Hex | BF | 24 | 85 | 0 | 51 | 1E | 19 | 142 | 44 | 2D |
| Octal | 277 | 44 | 205 | 0 | 121 | 36 | 31 | 502 | 104 | 55 |
| Binary | 10111111 | 100100 | 10000101 | 0 | 1010001 | 11110 | 11001 | 101000010 | 1000100 | 101101 |
Color Harmonies of #BF2485
Complementary color
Monochromatic Colors of #BF2485
Black with #BF2485
Text Example
Text Example
White with #BF2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2485; }
p { color: rgb(191,36,133); }
H1.HeaderClassName
{
color: #BF2485;
}
.AnyTagClassName
{
color: #BF2485;
}
</style>
background-color css
<style>
a { background-color: #BF2485; }
a { background-color: rgb(191,36,133); }
div.DivClassName
{
background-color: #BF2485;
}
.BgClassName
{
background-color: #BF2485;
}
</style>
border-color css
<style>
span { border-color: #BF2485; }
span { border-color: rgb(191,36,133); }
td.TdClassName
{
border-color: #BF2485;
}
.TagClassName
{
border-color: #BF2485;
}
</style>