Shades of Medium Red Violet #BF3885
Tints of Medium Red Violet #BF3885
RGB
CMYK
RGB Variations
Color information
#BF3885 (or 0xBF3885) is known color: Medium Red Violet. HEX triplet: BF, 38 and 85. RGB value is (191,56,133). Sum of RGB (Red+Green+Blue) = 191+56+133=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3885 is #40C77A. Grayscale: #686868. Windows color (decimal): -4245371 or 8730815. OLE color: 8730815.
HSL color Cylindrical-coordinate representation of color #BF3885: hue angle of 325.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3885 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 133 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.25 |
| HSL | 325.78º | 0.55% | 0.48% | - |
| HSV(B) | 325.78º | 0.71% | 0.75% | - |
| XYZ | 27.13 | 15.6 | 23.77 | - |
| YUV | 105.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 133 | 0 | 0.71 | 0.30 | 0.25 | 325.78 | 0.55 | 0.48 |
| Hex | BF | 38 | 85 | 0 | 47 | 1E | 19 | 146 | 37 | 30 |
| Octal | 277 | 70 | 205 | 0 | 107 | 36 | 31 | 506 | 67 | 60 |
| Binary | 10111111 | 111000 | 10000101 | 0 | 1000111 | 11110 | 11001 | 101000110 | 110111 | 110000 |
Color Harmonies of #BF3885
Complementary color
Monochromatic Colors of #BF3885
Black with #BF3885
Text Example
Text Example
White with #BF3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3885; }
p { color: rgb(191,56,133); }
H1.HeaderClassName
{
color: #BF3885;
}
.AnyTagClassName
{
color: #BF3885;
}
</style>
background-color css
<style>
a { background-color: #BF3885; }
a { background-color: rgb(191,56,133); }
div.DivClassName
{
background-color: #BF3885;
}
.BgClassName
{
background-color: #BF3885;
}
</style>
border-color css
<style>
span { border-color: #BF3885; }
span { border-color: rgb(191,56,133); }
td.TdClassName
{
border-color: #BF3885;
}
.TagClassName
{
border-color: #BF3885;
}
</style>