Shades of Medium Red Violet #B7266F
Tints of Medium Red Violet #B7266F
RGB
CMYK
RGB Variations
Color information
#B7266F (or 0xB7266F) is known color: Medium Red Violet. HEX triplet: B7, 26 and 6F. RGB value is (183,38,111). Sum of RGB (Red+Green+Blue) = 183+38+111=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7266F is #48D990. Grayscale: #595959. Windows color (decimal): -4774289 or 7284407. OLE color: 7284407.
HSL color Cylindrical-coordinate representation of color #B7266F: hue angle of 329.79º 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 #B7266F is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 111 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.28 |
| HSL | 329.79º | 0.66% | 0.43% | - |
| HSV(B) | 329.79º | 0.79% | 0.72% | - |
| XYZ | 23.09 | 12.6 | 16.25 | - |
| YUV | 89.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 111 | 0 | 0.79 | 0.39 | 0.28 | 329.79 | 0.66 | 0.43 |
| Hex | B7 | 26 | 6F | 0 | 4F | 27 | 1C | 14A | 42 | 2B |
| Octal | 267 | 46 | 157 | 0 | 117 | 47 | 34 | 512 | 102 | 53 |
| Binary | 10110111 | 100110 | 1101111 | 0 | 1001111 | 100111 | 11100 | 101001010 | 1000010 | 101011 |
Color Harmonies of #B7266F
Complementary color
Monochromatic Colors of #B7266F
Black with #B7266F
Text Example
Text Example
White with #B7266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7266F; }
p { color: rgb(183,38,111); }
H1.HeaderClassName
{
color: #B7266F;
}
.AnyTagClassName
{
color: #B7266F;
}
</style>
background-color css
<style>
a { background-color: #B7266F; }
a { background-color: rgb(183,38,111); }
div.DivClassName
{
background-color: #B7266F;
}
.BgClassName
{
background-color: #B7266F;
}
</style>
border-color css
<style>
span { border-color: #B7266F; }
span { border-color: rgb(183,38,111); }
td.TdClassName
{
border-color: #B7266F;
}
.TagClassName
{
border-color: #B7266F;
}
</style>