Shades of Medium Red Violet #B123A7
Tints of Medium Red Violet #B123A7
RGB
CMYK
RGB Variations
Color information
#B123A7 (or 0xB123A7) is known color: Medium Red Violet. HEX triplet: B1, 23 and A7. RGB value is (177,35,167). Sum of RGB (Red+Green+Blue) = 177+35+167=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B123A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123A7 is #4EDC58. Grayscale: #5C5C5C. Windows color (decimal): -5168217 or 10953649. OLE color: 10953649.
HSL color Cylindrical-coordinate representation of color #B123A7: hue angle of 304.23º 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 #B123A7 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 167 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.31 |
| HSL | 304.23º | 0.67% | 0.42% | - |
| HSV(B) | 304.23º | 0.8% | 0.69% | - |
| XYZ | 25.71 | 13.34 | 37.78 | - |
| YUV | 92.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 167 | 0 | 0.80 | 0.06 | 0.31 | 304.23 | 0.67 | 0.42 |
| Hex | B1 | 23 | A7 | 0 | 50 | 6 | 1F | 130 | 43 | 2A |
| Octal | 261 | 43 | 247 | 0 | 120 | 6 | 37 | 460 | 103 | 52 |
| Binary | 10110001 | 100011 | 10100111 | 0 | 1010000 | 110 | 11111 | 100110000 | 1000011 | 101010 |
Color Harmonies of #B123A7
Complementary color
Monochromatic Colors of #B123A7
Black with #B123A7
Text Example
Text Example
White with #B123A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123A7; }
p { color: rgb(177,35,167); }
H1.HeaderClassName
{
color: #B123A7;
}
.AnyTagClassName
{
color: #B123A7;
}
</style>
background-color css
<style>
a { background-color: #B123A7; }
a { background-color: rgb(177,35,167); }
div.DivClassName
{
background-color: #B123A7;
}
.BgClassName
{
background-color: #B123A7;
}
</style>
border-color css
<style>
span { border-color: #B123A7; }
span { border-color: rgb(177,35,167); }
td.TdClassName
{
border-color: #B123A7;
}
.TagClassName
{
border-color: #B123A7;
}
</style>