Shades of Medium Red Violet #BF266F
Tints of Medium Red Violet #BF266F
RGB
CMYK
RGB Variations
Color information
#BF266F (or 0xBF266F) is known color: Medium Red Violet. HEX triplet: BF, 26 and 6F. RGB value is (191,38,111). Sum of RGB (Red+Green+Blue) = 191+38+111=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF266F is #40D990. Grayscale: #5B5B5B. Windows color (decimal): -4250001 or 7284415. OLE color: 7284415.
HSL color Cylindrical-coordinate representation of color #BF266F: hue angle of 331.37º 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 #BF266F is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 111 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.25 |
| HSL | 331.37º | 0.67% | 0.45% | - |
| HSV(B) | 331.37º | 0.8% | 0.75% | - |
| XYZ | 25.05 | 13.61 | 16.35 | - |
| YUV | 92.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 111 | 0 | 0.80 | 0.42 | 0.25 | 331.37 | 0.67 | 0.45 |
| Hex | BF | 26 | 6F | 0 | 50 | 2A | 19 | 14B | 43 | 2D |
| Octal | 277 | 46 | 157 | 0 | 120 | 52 | 31 | 513 | 103 | 55 |
| Binary | 10111111 | 100110 | 1101111 | 0 | 1010000 | 101010 | 11001 | 101001011 | 1000011 | 101101 |
Color Harmonies of #BF266F
Complementary color
Monochromatic Colors of #BF266F
Black with #BF266F
Text Example
Text Example
White with #BF266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF266F; }
p { color: rgb(191,38,111); }
H1.HeaderClassName
{
color: #BF266F;
}
.AnyTagClassName
{
color: #BF266F;
}
</style>
background-color css
<style>
a { background-color: #BF266F; }
a { background-color: rgb(191,38,111); }
div.DivClassName
{
background-color: #BF266F;
}
.BgClassName
{
background-color: #BF266F;
}
</style>
border-color css
<style>
span { border-color: #BF266F; }
span { border-color: rgb(191,38,111); }
td.TdClassName
{
border-color: #BF266F;
}
.TagClassName
{
border-color: #BF266F;
}
</style>