Shades of Medium Red Violet #B7267D
Tints of Medium Red Violet #B7267D
RGB
CMYK
RGB Variations
Color information
#B7267D (or 0xB7267D) is known color: Medium Red Violet. HEX triplet: B7, 26 and 7D. RGB value is (183,38,125). Sum of RGB (Red+Green+Blue) = 183+38+125=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7267D is #48D982. Grayscale: #5B5B5B. Windows color (decimal): -4774275 or 8201911. OLE color: 8201911.
HSL color Cylindrical-coordinate representation of color #B7267D: hue angle of 324º 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 #B7267D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 125 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.28 |
| HSL | 324º | 0.66% | 0.43% | - |
| HSV(B) | 324º | 0.79% | 0.72% | - |
| XYZ | 23.92 | 12.93 | 20.64 | - |
| YUV | 91.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 125 | 0 | 0.79 | 0.32 | 0.28 | 324 | 0.66 | 0.43 |
| Hex | B7 | 26 | 7D | 0 | 4F | 20 | 1C | 144 | 42 | 2B |
| Octal | 267 | 46 | 175 | 0 | 117 | 40 | 34 | 504 | 102 | 53 |
| Binary | 10110111 | 100110 | 1111101 | 0 | 1001111 | 100000 | 11100 | 101000100 | 1000010 | 101011 |
Color Harmonies of #B7267D
Complementary color
Monochromatic Colors of #B7267D
Black with #B7267D
Text Example
Text Example
White with #B7267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7267D; }
p { color: rgb(183,38,125); }
H1.HeaderClassName
{
color: #B7267D;
}
.AnyTagClassName
{
color: #B7267D;
}
</style>
background-color css
<style>
a { background-color: #B7267D; }
a { background-color: rgb(183,38,125); }
div.DivClassName
{
background-color: #B7267D;
}
.BgClassName
{
background-color: #B7267D;
}
</style>
border-color css
<style>
span { border-color: #B7267D; }
span { border-color: rgb(183,38,125); }
td.TdClassName
{
border-color: #B7267D;
}
.TagClassName
{
border-color: #B7267D;
}
</style>