Shades of Medium Red Violet #BF267F
Tints of Medium Red Violet #BF267F
RGB
CMYK
RGB Variations
Color information
#BF267F (or 0xBF267F) is known color: Medium Red Violet. HEX triplet: BF, 26 and 7F. RGB value is (191,38,127). Sum of RGB (Red+Green+Blue) = 191+38+127=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267F is #40D980. Grayscale: #5D5D5D. Windows color (decimal): -4249985 or 8332991. OLE color: 8332991.
HSL color Cylindrical-coordinate representation of color #BF267F: hue angle of 325.1º degrees, saturation: 0.67, 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 #BF267F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 127 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.25 |
| HSL | 325.1º | 0.67% | 0.45% | - |
| HSV(B) | 325.1º | 0.8% | 0.75% | - |
| XYZ | 26.01 | 13.99 | 21.41 | - |
| YUV | 93.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 127 | 0 | 0.80 | 0.34 | 0.25 | 325.1 | 0.67 | 0.45 |
| Hex | BF | 26 | 7F | 0 | 50 | 22 | 19 | 145 | 43 | 2D |
| Octal | 277 | 46 | 177 | 0 | 120 | 42 | 31 | 505 | 103 | 55 |
| Binary | 10111111 | 100110 | 1111111 | 0 | 1010000 | 100010 | 11001 | 101000101 | 1000011 | 101101 |
Color Harmonies of #BF267F
Complementary color
Monochromatic Colors of #BF267F
Black with #BF267F
Text Example
Text Example
White with #BF267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF267F; }
p { color: rgb(191,38,127); }
H1.HeaderClassName
{
color: #BF267F;
}
.AnyTagClassName
{
color: #BF267F;
}
</style>
background-color css
<style>
a { background-color: #BF267F; }
a { background-color: rgb(191,38,127); }
div.DivClassName
{
background-color: #BF267F;
}
.BgClassName
{
background-color: #BF267F;
}
</style>
border-color css
<style>
span { border-color: #BF267F; }
span { border-color: rgb(191,38,127); }
td.TdClassName
{
border-color: #BF267F;
}
.TagClassName
{
border-color: #BF267F;
}
</style>