Shades of Medium Red Violet #BF267D
Tints of Medium Red Violet #BF267D
RGB
CMYK
RGB Variations
Color information
#BF267D (or 0xBF267D) is known color: Medium Red Violet. HEX triplet: BF, 26 and 7D. RGB value is (191,38,125). Sum of RGB (Red+Green+Blue) = 191+38+125=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267D is #40D982. Grayscale: #5D5D5D. Windows color (decimal): -4249987 or 8201919. OLE color: 8201919.
HSL color Cylindrical-coordinate representation of color #BF267D: hue angle of 325.88º 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 #BF267D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 125 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.25 |
| HSL | 325.88º | 0.67% | 0.45% | - |
| HSV(B) | 325.88º | 0.8% | 0.75% | - |
| XYZ | 25.88 | 13.94 | 20.73 | - |
| YUV | 93.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 125 | 0 | 0.80 | 0.35 | 0.25 | 325.88 | 0.67 | 0.45 |
| Hex | BF | 26 | 7D | 0 | 50 | 23 | 19 | 146 | 43 | 2D |
| Octal | 277 | 46 | 175 | 0 | 120 | 43 | 31 | 506 | 103 | 55 |
| Binary | 10111111 | 100110 | 1111101 | 0 | 1010000 | 100011 | 11001 | 101000110 | 1000011 | 101101 |
Color Harmonies of #BF267D
Complementary color
Monochromatic Colors of #BF267D
Black with #BF267D
Text Example
Text Example
White with #BF267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF267D; }
p { color: rgb(191,38,125); }
H1.HeaderClassName
{
color: #BF267D;
}
.AnyTagClassName
{
color: #BF267D;
}
</style>
background-color css
<style>
a { background-color: #BF267D; }
a { background-color: rgb(191,38,125); }
div.DivClassName
{
background-color: #BF267D;
}
.BgClassName
{
background-color: #BF267D;
}
</style>
border-color css
<style>
span { border-color: #BF267D; }
span { border-color: rgb(191,38,125); }
td.TdClassName
{
border-color: #BF267D;
}
.TagClassName
{
border-color: #BF267D;
}
</style>