Shades of Medium Red Violet #BF276A
Tints of Medium Red Violet #BF276A
RGB
CMYK
RGB Variations
Color information
#BF276A (or 0xBF276A) is known color: Medium Red Violet. HEX triplet: BF, 27 and 6A. RGB value is (191,39,106). Sum of RGB (Red+Green+Blue) = 191+39+106=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF276A is #40D895. Grayscale: #5B5B5B. Windows color (decimal): -4249750 or 6956991. OLE color: 6956991.
HSL color Cylindrical-coordinate representation of color #BF276A: hue angle of 333.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF276A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 106 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.25 |
| HSL | 333.55º | 0.66% | 0.45% | - |
| HSV(B) | 333.55º | 0.8% | 0.75% | - |
| XYZ | 24.81 | 13.57 | 14.95 | - |
| YUV | 92.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 106 | 0 | 0.80 | 0.45 | 0.25 | 333.55 | 0.66 | 0.45 |
| Hex | BF | 27 | 6A | 0 | 50 | 2D | 19 | 14E | 42 | 2D |
| Octal | 277 | 47 | 152 | 0 | 120 | 55 | 31 | 516 | 102 | 55 |
| Binary | 10111111 | 100111 | 1101010 | 0 | 1010000 | 101101 | 11001 | 101001110 | 1000010 | 101101 |
Color Harmonies of #BF276A
Complementary color
Monochromatic Colors of #BF276A
Black with #BF276A
Text Example
Text Example
White with #BF276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF276A; }
p { color: rgb(191,39,106); }
H1.HeaderClassName
{
color: #BF276A;
}
.AnyTagClassName
{
color: #BF276A;
}
</style>
background-color css
<style>
a { background-color: #BF276A; }
a { background-color: rgb(191,39,106); }
div.DivClassName
{
background-color: #BF276A;
}
.BgClassName
{
background-color: #BF276A;
}
</style>
border-color css
<style>
span { border-color: #BF276A; }
span { border-color: rgb(191,39,106); }
td.TdClassName
{
border-color: #BF276A;
}
.TagClassName
{
border-color: #BF276A;
}
</style>