Shades of Medium Red Violet #BF367D
Tints of Medium Red Violet #BF367D
RGB
CMYK
RGB Variations
Color information
#BF367D (or 0xBF367D) is known color: Medium Red Violet. HEX triplet: BF, 36 and 7D. RGB value is (191,54,125). Sum of RGB (Red+Green+Blue) = 191+54+125=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF367D is #40C982. Grayscale: #666666. Windows color (decimal): -4245891 or 8206015. OLE color: 8206015.
HSL color Cylindrical-coordinate representation of color #BF367D: hue angle of 328.91º 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 #BF367D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 125 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.25 |
| HSL | 328.91º | 0.56% | 0.48% | - |
| HSV(B) | 328.91º | 0.72% | 0.75% | - |
| XYZ | 26.51 | 15.2 | 20.94 | - |
| YUV | 103.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 125 | 0 | 0.72 | 0.35 | 0.25 | 328.91 | 0.56 | 0.48 |
| Hex | BF | 36 | 7D | 0 | 48 | 23 | 19 | 149 | 38 | 30 |
| Octal | 277 | 66 | 175 | 0 | 110 | 43 | 31 | 511 | 70 | 60 |
| Binary | 10111111 | 110110 | 1111101 | 0 | 1001000 | 100011 | 11001 | 101001001 | 111000 | 110000 |
Color Harmonies of #BF367D
Complementary color
Monochromatic Colors of #BF367D
Black with #BF367D
Text Example
Text Example
White with #BF367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF367D; }
p { color: rgb(191,54,125); }
H1.HeaderClassName
{
color: #BF367D;
}
.AnyTagClassName
{
color: #BF367D;
}
</style>
background-color css
<style>
a { background-color: #BF367D; }
a { background-color: rgb(191,54,125); }
div.DivClassName
{
background-color: #BF367D;
}
.BgClassName
{
background-color: #BF367D;
}
</style>
border-color css
<style>
span { border-color: #BF367D; }
span { border-color: rgb(191,54,125); }
td.TdClassName
{
border-color: #BF367D;
}
.TagClassName
{
border-color: #BF367D;
}
</style>