Shades of Medium Red Violet #B1266D
Tints of Medium Red Violet #B1266D
RGB
CMYK
RGB Variations
Color information
#B1266D (or 0xB1266D) is known color: Medium Red Violet. HEX triplet: B1, 26 and 6D. RGB value is (177,38,109). Sum of RGB (Red+Green+Blue) = 177+38+109=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1266D is #4ED992. Grayscale: #575757. Windows color (decimal): -5167507 or 7153329. OLE color: 7153329.
HSL color Cylindrical-coordinate representation of color #B1266D: hue angle of 329.35º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1266D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 109 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.31 |
| HSL | 329.35º | 0.65% | 0.42% | - |
| HSV(B) | 329.35º | 0.79% | 0.69% | - |
| XYZ | 21.58 | 11.84 | 15.62 | - |
| YUV | 87.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 109 | 0 | 0.79 | 0.38 | 0.31 | 329.35 | 0.65 | 0.42 |
| Hex | B1 | 26 | 6D | 0 | 4F | 26 | 1F | 149 | 41 | 2A |
| Octal | 261 | 46 | 155 | 0 | 117 | 46 | 37 | 511 | 101 | 52 |
| Binary | 10110001 | 100110 | 1101101 | 0 | 1001111 | 100110 | 11111 | 101001001 | 1000001 | 101010 |
Color Harmonies of #B1266D
Complementary color
Monochromatic Colors of #B1266D
Black with #B1266D
Text Example
Text Example
White with #B1266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1266D; }
p { color: rgb(177,38,109); }
H1.HeaderClassName
{
color: #B1266D;
}
.AnyTagClassName
{
color: #B1266D;
}
</style>
background-color css
<style>
a { background-color: #B1266D; }
a { background-color: rgb(177,38,109); }
div.DivClassName
{
background-color: #B1266D;
}
.BgClassName
{
background-color: #B1266D;
}
</style>
border-color css
<style>
span { border-color: #B1266D; }
span { border-color: rgb(177,38,109); }
td.TdClassName
{
border-color: #B1266D;
}
.TagClassName
{
border-color: #B1266D;
}
</style>