Shades of Medium Red Violet #BF266B
Tints of Medium Red Violet #BF266B
RGB
CMYK
RGB Variations
Color information
#BF266B (or 0xBF266B) is known color: Medium Red Violet. HEX triplet: BF, 26 and 6B. RGB value is (191,38,107). Sum of RGB (Red+Green+Blue) = 191+38+107=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF266B is #40D994. Grayscale: #5B5B5B. Windows color (decimal): -4250005 or 7022271. OLE color: 7022271.
HSL color Cylindrical-coordinate representation of color #BF266B: hue angle of 332.94º 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 #BF266B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 107 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.25 |
| HSL | 332.94º | 0.67% | 0.45% | - |
| HSV(B) | 332.94º | 0.8% | 0.75% | - |
| XYZ | 24.83 | 13.52 | 15.21 | - |
| YUV | 91.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 107 | 0 | 0.80 | 0.44 | 0.25 | 332.94 | 0.67 | 0.45 |
| Hex | BF | 26 | 6B | 0 | 50 | 2C | 19 | 14D | 43 | 2D |
| Octal | 277 | 46 | 153 | 0 | 120 | 54 | 31 | 515 | 103 | 55 |
| Binary | 10111111 | 100110 | 1101011 | 0 | 1010000 | 101100 | 11001 | 101001101 | 1000011 | 101101 |
Color Harmonies of #BF266B
Complementary color
Monochromatic Colors of #BF266B
Black with #BF266B
Text Example
Text Example
White with #BF266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF266B; }
p { color: rgb(191,38,107); }
H1.HeaderClassName
{
color: #BF266B;
}
.AnyTagClassName
{
color: #BF266B;
}
</style>
background-color css
<style>
a { background-color: #BF266B; }
a { background-color: rgb(191,38,107); }
div.DivClassName
{
background-color: #BF266B;
}
.BgClassName
{
background-color: #BF266B;
}
</style>
border-color css
<style>
span { border-color: #BF266B; }
span { border-color: rgb(191,38,107); }
td.TdClassName
{
border-color: #BF266B;
}
.TagClassName
{
border-color: #BF266B;
}
</style>