Shades of Medium Red Violet #B12273
Tints of Medium Red Violet #B12273
RGB
CMYK
RGB Variations
Color information
#B12273 (or 0xB12273) is known color: Medium Red Violet. HEX triplet: B1, 22 and 73. RGB value is (177,34,115). Sum of RGB (Red+Green+Blue) = 177+34+115=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B12273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12273 is #4EDD8C. Grayscale: #555555. Windows color (decimal): -5168525 or 7545521. OLE color: 7545521.
HSL color Cylindrical-coordinate representation of color #B12273: hue angle of 326.01º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12273 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 115 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.31 |
| HSL | 326.01º | 0.68% | 0.41% | - |
| HSV(B) | 326.01º | 0.81% | 0.69% | - |
| XYZ | 21.8 | 11.73 | 17.33 | - |
| YUV | 85.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 115 | 0 | 0.81 | 0.35 | 0.31 | 326.01 | 0.68 | 0.41 |
| Hex | B1 | 22 | 73 | 0 | 51 | 23 | 1F | 146 | 44 | 29 |
| Octal | 261 | 42 | 163 | 0 | 121 | 43 | 37 | 506 | 104 | 51 |
| Binary | 10110001 | 100010 | 1110011 | 0 | 1010001 | 100011 | 11111 | 101000110 | 1000100 | 101001 |
Color Harmonies of #B12273
Complementary color
Monochromatic Colors of #B12273
Black with #B12273
Text Example
Text Example
White with #B12273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12273; }
p { color: rgb(177,34,115); }
H1.HeaderClassName
{
color: #B12273;
}
.AnyTagClassName
{
color: #B12273;
}
</style>
background-color css
<style>
a { background-color: #B12273; }
a { background-color: rgb(177,34,115); }
div.DivClassName
{
background-color: #B12273;
}
.BgClassName
{
background-color: #B12273;
}
</style>
border-color css
<style>
span { border-color: #B12273; }
span { border-color: rgb(177,34,115); }
td.TdClassName
{
border-color: #B12273;
}
.TagClassName
{
border-color: #B12273;
}
</style>