Shades of Medium Red Violet #B123A2
Tints of Medium Red Violet #B123A2
RGB
CMYK
RGB Variations
Color information
#B123A2 (or 0xB123A2) is known color: Medium Red Violet. HEX triplet: B1, 23 and A2. RGB value is (177,35,162). Sum of RGB (Red+Green+Blue) = 177+35+162=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B123A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123A2 is #4EDC5D. Grayscale: #5B5B5B. Windows color (decimal): -5168222 or 10625969. OLE color: 10625969.
HSL color Cylindrical-coordinate representation of color #B123A2: hue angle of 306.34º 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 #B123A2 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 162 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.31 |
| HSL | 306.34º | 0.67% | 0.42% | - |
| HSV(B) | 306.34º | 0.8% | 0.69% | - |
| XYZ | 25.25 | 13.16 | 35.39 | - |
| YUV | 91.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 162 | 0 | 0.80 | 0.08 | 0.31 | 306.34 | 0.67 | 0.42 |
| Hex | B1 | 23 | A2 | 0 | 50 | 8 | 1F | 132 | 43 | 2A |
| Octal | 261 | 43 | 242 | 0 | 120 | 10 | 37 | 462 | 103 | 52 |
| Binary | 10110001 | 100011 | 10100010 | 0 | 1010000 | 1000 | 11111 | 100110010 | 1000011 | 101010 |
Color Harmonies of #B123A2
Complementary color
Monochromatic Colors of #B123A2
Black with #B123A2
Text Example
Text Example
White with #B123A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123A2; }
p { color: rgb(177,35,162); }
H1.HeaderClassName
{
color: #B123A2;
}
.AnyTagClassName
{
color: #B123A2;
}
</style>
background-color css
<style>
a { background-color: #B123A2; }
a { background-color: rgb(177,35,162); }
div.DivClassName
{
background-color: #B123A2;
}
.BgClassName
{
background-color: #B123A2;
}
</style>
border-color css
<style>
span { border-color: #B123A2; }
span { border-color: rgb(177,35,162); }
td.TdClassName
{
border-color: #B123A2;
}
.TagClassName
{
border-color: #B123A2;
}
</style>