Shades of Medium Red Violet #B423A0
Tints of Medium Red Violet #B423A0
RGB
CMYK
RGB Variations
Color information
#B423A0 (or 0xB423A0) is known color: Medium Red Violet. HEX triplet: B4, 23 and A0. RGB value is (180,35,160). Sum of RGB (Red+Green+Blue) = 180+35+160=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A0 is #4BDC5F. Grayscale: #5C5C5C. Windows color (decimal): -4971616 or 10494900. OLE color: 10494900.
HSL color Cylindrical-coordinate representation of color #B423A0: hue angle of 308.28º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423A0 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 160 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.29 |
| HSL | 308.28º | 0.67% | 0.42% | - |
| HSV(B) | 308.28º | 0.81% | 0.71% | - |
| XYZ | 25.77 | 13.44 | 34.49 | - |
| YUV | 92.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 160 | 0 | 0.81 | 0.11 | 0.29 | 308.28 | 0.67 | 0.42 |
| Hex | B4 | 23 | A0 | 0 | 51 | B | 1D | 134 | 43 | 2A |
| Octal | 264 | 43 | 240 | 0 | 121 | 13 | 35 | 464 | 103 | 52 |
| Binary | 10110100 | 100011 | 10100000 | 0 | 1010001 | 1011 | 11101 | 100110100 | 1000011 | 101010 |
Color Harmonies of #B423A0
Complementary color
Monochromatic Colors of #B423A0
Black with #B423A0
Text Example
Text Example
White with #B423A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423A0; }
p { color: rgb(180,35,160); }
H1.HeaderClassName
{
color: #B423A0;
}
.AnyTagClassName
{
color: #B423A0;
}
</style>
background-color css
<style>
a { background-color: #B423A0; }
a { background-color: rgb(180,35,160); }
div.DivClassName
{
background-color: #B423A0;
}
.BgClassName
{
background-color: #B423A0;
}
</style>
border-color css
<style>
span { border-color: #B423A0; }
span { border-color: rgb(180,35,160); }
td.TdClassName
{
border-color: #B423A0;
}
.TagClassName
{
border-color: #B423A0;
}
</style>