Shades of Medium Red Violet #B7266B
Tints of Medium Red Violet #B7266B
RGB
CMYK
RGB Variations
Color information
#B7266B (or 0xB7266B) is known color: Medium Red Violet. HEX triplet: B7, 26 and 6B. RGB value is (183,38,107). Sum of RGB (Red+Green+Blue) = 183+38+107=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7266B is #48D994. Grayscale: #595959. Windows color (decimal): -4774293 or 7022263. OLE color: 7022263.
HSL color Cylindrical-coordinate representation of color #B7266B: hue angle of 331.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7266B is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 107 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.28 |
| HSL | 331.45º | 0.66% | 0.43% | - |
| HSV(B) | 331.45º | 0.79% | 0.72% | - |
| XYZ | 22.88 | 12.52 | 15.12 | - |
| YUV | 89.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 107 | 0 | 0.79 | 0.42 | 0.28 | 331.45 | 0.66 | 0.43 |
| Hex | B7 | 26 | 6B | 0 | 4F | 2A | 1C | 14B | 42 | 2B |
| Octal | 267 | 46 | 153 | 0 | 117 | 52 | 34 | 513 | 102 | 53 |
| Binary | 10110111 | 100110 | 1101011 | 0 | 1001111 | 101010 | 11100 | 101001011 | 1000010 | 101011 |
Color Harmonies of #B7266B
Complementary color
Monochromatic Colors of #B7266B
Black with #B7266B
Text Example
Text Example
White with #B7266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7266B; }
p { color: rgb(183,38,107); }
H1.HeaderClassName
{
color: #B7266B;
}
.AnyTagClassName
{
color: #B7266B;
}
</style>
background-color css
<style>
a { background-color: #B7266B; }
a { background-color: rgb(183,38,107); }
div.DivClassName
{
background-color: #B7266B;
}
.BgClassName
{
background-color: #B7266B;
}
</style>
border-color css
<style>
span { border-color: #B7266B; }
span { border-color: rgb(183,38,107); }
td.TdClassName
{
border-color: #B7266B;
}
.TagClassName
{
border-color: #B7266B;
}
</style>