Shades of Medium Red Violet #B7267E
Tints of Medium Red Violet #B7267E
RGB
CMYK
RGB Variations
Color information
#B7267E (or 0xB7267E) is known color: Medium Red Violet. HEX triplet: B7, 26 and 7E. RGB value is (183,38,126). Sum of RGB (Red+Green+Blue) = 183+38+126=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7267E is #48D981. Grayscale: #5B5B5B. Windows color (decimal): -4774274 or 8267447. OLE color: 8267447.
HSL color Cylindrical-coordinate representation of color #B7267E: hue angle of 323.59º 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 #B7267E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 126 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.28 |
| HSL | 323.59º | 0.66% | 0.43% | - |
| HSV(B) | 323.59º | 0.79% | 0.72% | - |
| XYZ | 23.99 | 12.96 | 20.98 | - |
| YUV | 91.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 126 | 0 | 0.79 | 0.31 | 0.28 | 323.59 | 0.66 | 0.43 |
| Hex | B7 | 26 | 7E | 0 | 4F | 1F | 1C | 144 | 42 | 2B |
| Octal | 267 | 46 | 176 | 0 | 117 | 37 | 34 | 504 | 102 | 53 |
| Binary | 10110111 | 100110 | 1111110 | 0 | 1001111 | 11111 | 11100 | 101000100 | 1000010 | 101011 |
Color Harmonies of #B7267E
Complementary color
Monochromatic Colors of #B7267E
Black with #B7267E
Text Example
Text Example
White with #B7267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7267E; }
p { color: rgb(183,38,126); }
H1.HeaderClassName
{
color: #B7267E;
}
.AnyTagClassName
{
color: #B7267E;
}
</style>
background-color css
<style>
a { background-color: #B7267E; }
a { background-color: rgb(183,38,126); }
div.DivClassName
{
background-color: #B7267E;
}
.BgClassName
{
background-color: #B7267E;
}
</style>
border-color css
<style>
span { border-color: #B7267E; }
span { border-color: rgb(183,38,126); }
td.TdClassName
{
border-color: #B7267E;
}
.TagClassName
{
border-color: #B7267E;
}
</style>