Shades of Medium Red Violet #B423A3
Tints of Medium Red Violet #B423A3
RGB
CMYK
RGB Variations
Color information
#B423A3 (or 0xB423A3) is known color: Medium Red Violet. HEX triplet: B4, 23 and A3. RGB value is (180,35,163). Sum of RGB (Red+Green+Blue) = 180+35+163=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A3 is #4BDC5C. Grayscale: #5C5C5C. Windows color (decimal): -4971613 or 10691508. OLE color: 10691508.
HSL color Cylindrical-coordinate representation of color #B423A3: hue angle of 307.03º 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 #B423A3 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 163 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.29 |
| HSL | 307.03º | 0.67% | 0.42% | - |
| HSV(B) | 307.03º | 0.81% | 0.71% | - |
| XYZ | 26.03 | 13.55 | 35.89 | - |
| YUV | 92.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 163 | 0 | 0.81 | 0.09 | 0.29 | 307.03 | 0.67 | 0.42 |
| Hex | B4 | 23 | A3 | 0 | 51 | 9 | 1D | 133 | 43 | 2A |
| Octal | 264 | 43 | 243 | 0 | 121 | 11 | 35 | 463 | 103 | 52 |
| Binary | 10110100 | 100011 | 10100011 | 0 | 1010001 | 1001 | 11101 | 100110011 | 1000011 | 101010 |
Color Harmonies of #B423A3
Complementary color
Monochromatic Colors of #B423A3
Black with #B423A3
Text Example
Text Example
White with #B423A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423A3; }
p { color: rgb(180,35,163); }
H1.HeaderClassName
{
color: #B423A3;
}
.AnyTagClassName
{
color: #B423A3;
}
</style>
background-color css
<style>
a { background-color: #B423A3; }
a { background-color: rgb(180,35,163); }
div.DivClassName
{
background-color: #B423A3;
}
.BgClassName
{
background-color: #B423A3;
}
</style>
border-color css
<style>
span { border-color: #B423A3; }
span { border-color: rgb(180,35,163); }
td.TdClassName
{
border-color: #B423A3;
}
.TagClassName
{
border-color: #B423A3;
}
</style>