Shades of Medium Red Violet #B1266C
Tints of Medium Red Violet #B1266C
RGB
CMYK
RGB Variations
Color information
#B1266C (or 0xB1266C) is known color: Medium Red Violet. HEX triplet: B1, 26 and 6C. RGB value is (177,38,108). Sum of RGB (Red+Green+Blue) = 177+38+108=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1266C is #4ED993. Grayscale: #575757. Windows color (decimal): -5167508 or 7087793. OLE color: 7087793.
HSL color Cylindrical-coordinate representation of color #B1266C: hue angle of 329.78º 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 #B1266C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 108 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.31 |
| HSL | 329.78º | 0.65% | 0.42% | - |
| HSV(B) | 329.78º | 0.79% | 0.69% | - |
| XYZ | 21.53 | 11.82 | 15.33 | - |
| YUV | 87.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 108 | 0 | 0.79 | 0.39 | 0.31 | 329.78 | 0.65 | 0.42 |
| Hex | B1 | 26 | 6C | 0 | 4F | 27 | 1F | 14A | 41 | 2A |
| Octal | 261 | 46 | 154 | 0 | 117 | 47 | 37 | 512 | 101 | 52 |
| Binary | 10110001 | 100110 | 1101100 | 0 | 1001111 | 100111 | 11111 | 101001010 | 1000001 | 101010 |
Color Harmonies of #B1266C
Complementary color
Monochromatic Colors of #B1266C
Black with #B1266C
Text Example
Text Example
White with #B1266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1266C; }
p { color: rgb(177,38,108); }
H1.HeaderClassName
{
color: #B1266C;
}
.AnyTagClassName
{
color: #B1266C;
}
</style>
background-color css
<style>
a { background-color: #B1266C; }
a { background-color: rgb(177,38,108); }
div.DivClassName
{
background-color: #B1266C;
}
.BgClassName
{
background-color: #B1266C;
}
</style>
border-color css
<style>
span { border-color: #B1266C; }
span { border-color: rgb(177,38,108); }
td.TdClassName
{
border-color: #B1266C;
}
.TagClassName
{
border-color: #B1266C;
}
</style>