Shades of Medium Red Violet #B423A6
Tints of Medium Red Violet #B423A6
RGB
CMYK
RGB Variations
Color information
#B423A6 (or 0xB423A6) is known color: Medium Red Violet. HEX triplet: B4, 23 and A6. RGB value is (180,35,166). Sum of RGB (Red+Green+Blue) = 180+35+166=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A6 is #4BDC59. Grayscale: #5C5C5C. Windows color (decimal): -4971610 or 10888116. OLE color: 10888116.
HSL color Cylindrical-coordinate representation of color #B423A6: hue angle of 305.79º 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 #B423A6 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 166 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.29 |
| HSL | 305.79º | 0.67% | 0.42% | - |
| HSV(B) | 305.79º | 0.81% | 0.71% | - |
| XYZ | 26.31 | 13.66 | 37.33 | - |
| YUV | 93.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 166 | 0 | 0.81 | 0.08 | 0.29 | 305.79 | 0.67 | 0.42 |
| Hex | B4 | 23 | A6 | 0 | 51 | 8 | 1D | 132 | 43 | 2A |
| Octal | 264 | 43 | 246 | 0 | 121 | 10 | 35 | 462 | 103 | 52 |
| Binary | 10110100 | 100011 | 10100110 | 0 | 1010001 | 1000 | 11101 | 100110010 | 1000011 | 101010 |
Color Harmonies of #B423A6
Complementary color
Monochromatic Colors of #B423A6
Black with #B423A6
Text Example
Text Example
White with #B423A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423A6; }
p { color: rgb(180,35,166); }
H1.HeaderClassName
{
color: #B423A6;
}
.AnyTagClassName
{
color: #B423A6;
}
</style>
background-color css
<style>
a { background-color: #B423A6; }
a { background-color: rgb(180,35,166); }
div.DivClassName
{
background-color: #B423A6;
}
.BgClassName
{
background-color: #B423A6;
}
</style>
border-color css
<style>
span { border-color: #B423A6; }
span { border-color: rgb(180,35,166); }
td.TdClassName
{
border-color: #B423A6;
}
.TagClassName
{
border-color: #B423A6;
}
</style>