Shades of Medium Red Violet #BF3685
Tints of Medium Red Violet #BF3685
RGB
CMYK
RGB Variations
Color information
#BF3685 (or 0xBF3685) is known color: Medium Red Violet. HEX triplet: BF, 36 and 85. RGB value is (191,54,133). Sum of RGB (Red+Green+Blue) = 191+54+133=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3685 is #40C97A. Grayscale: #676767. Windows color (decimal): -4245883 or 8730303. OLE color: 8730303.
HSL color Cylindrical-coordinate representation of color #BF3685: hue angle of 325.4º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3685 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 133 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.25 |
| HSL | 325.4º | 0.56% | 0.48% | - |
| HSV(B) | 325.4º | 0.72% | 0.75% | - |
| XYZ | 27.04 | 15.41 | 23.74 | - |
| YUV | 103.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 133 | 0 | 0.72 | 0.30 | 0.25 | 325.4 | 0.56 | 0.48 |
| Hex | BF | 36 | 85 | 0 | 48 | 1E | 19 | 145 | 38 | 30 |
| Octal | 277 | 66 | 205 | 0 | 110 | 36 | 31 | 505 | 70 | 60 |
| Binary | 10111111 | 110110 | 10000101 | 0 | 1001000 | 11110 | 11001 | 101000101 | 111000 | 110000 |
Color Harmonies of #BF3685
Complementary color
Monochromatic Colors of #BF3685
Black with #BF3685
Text Example
Text Example
White with #BF3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3685; }
p { color: rgb(191,54,133); }
H1.HeaderClassName
{
color: #BF3685;
}
.AnyTagClassName
{
color: #BF3685;
}
</style>
background-color css
<style>
a { background-color: #BF3685; }
a { background-color: rgb(191,54,133); }
div.DivClassName
{
background-color: #BF3685;
}
.BgClassName
{
background-color: #BF3685;
}
</style>
border-color css
<style>
span { border-color: #BF3685; }
span { border-color: rgb(191,54,133); }
td.TdClassName
{
border-color: #BF3685;
}
.TagClassName
{
border-color: #BF3685;
}
</style>