Shades of Medium Red Violet #B12395
Tints of Medium Red Violet #B12395
RGB
CMYK
RGB Variations
Color information
#B12395 (or 0xB12395) is known color: Medium Red Violet. HEX triplet: B1, 23 and 95. RGB value is (177,35,149). Sum of RGB (Red+Green+Blue) = 177+35+149=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12395 is #4EDC6A. Grayscale: #5A5A5A. Windows color (decimal): -5168235 or 9774001. OLE color: 9774001.
HSL color Cylindrical-coordinate representation of color #B12395: hue angle of 311.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12395 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 149 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.31 |
| HSL | 311.83º | 0.67% | 0.42% | - |
| HSV(B) | 311.83º | 0.8% | 0.69% | - |
| XYZ | 24.16 | 12.72 | 29.62 | - |
| YUV | 90.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 149 | 0 | 0.80 | 0.16 | 0.31 | 311.83 | 0.67 | 0.42 |
| Hex | B1 | 23 | 95 | 0 | 50 | 10 | 1F | 138 | 43 | 2A |
| Octal | 261 | 43 | 225 | 0 | 120 | 20 | 37 | 470 | 103 | 52 |
| Binary | 10110001 | 100011 | 10010101 | 0 | 1010000 | 10000 | 11111 | 100111000 | 1000011 | 101010 |
Color Harmonies of #B12395
Complementary color
Monochromatic Colors of #B12395
Black with #B12395
Text Example
Text Example
White with #B12395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12395; }
p { color: rgb(177,35,149); }
H1.HeaderClassName
{
color: #B12395;
}
.AnyTagClassName
{
color: #B12395;
}
</style>
background-color css
<style>
a { background-color: #B12395; }
a { background-color: rgb(177,35,149); }
div.DivClassName
{
background-color: #B12395;
}
.BgClassName
{
background-color: #B12395;
}
</style>
border-color css
<style>
span { border-color: #B12395; }
span { border-color: rgb(177,35,149); }
td.TdClassName
{
border-color: #B12395;
}
.TagClassName
{
border-color: #B12395;
}
</style>