Shades of Medium Red Violet #B423A8
Tints of Medium Red Violet #B423A8
RGB
CMYK
RGB Variations
Color information
#B423A8 (or 0xB423A8) is known color: Medium Red Violet. HEX triplet: B4, 23 and A8. RGB value is (180,35,168). Sum of RGB (Red+Green+Blue) = 180+35+168=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A8 is #4BDC57. Grayscale: #5D5D5D. Windows color (decimal): -4971608 or 11019188. OLE color: 11019188.
HSL color Cylindrical-coordinate representation of color #B423A8: hue angle of 304.97º 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 #B423A8 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 168 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.29 |
| HSL | 304.97º | 0.67% | 0.42% | - |
| HSV(B) | 304.97º | 0.81% | 0.71% | - |
| XYZ | 26.49 | 13.73 | 38.3 | - |
| YUV | 93.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 168 | 0 | 0.81 | 0.07 | 0.29 | 304.97 | 0.67 | 0.42 |
| Hex | B4 | 23 | A8 | 0 | 51 | 7 | 1D | 131 | 43 | 2A |
| Octal | 264 | 43 | 250 | 0 | 121 | 7 | 35 | 461 | 103 | 52 |
| Binary | 10110100 | 100011 | 10101000 | 0 | 1010001 | 111 | 11101 | 100110001 | 1000011 | 101010 |
Color Harmonies of #B423A8
Complementary color
Monochromatic Colors of #B423A8
Black with #B423A8
Text Example
Text Example
White with #B423A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423A8; }
p { color: rgb(180,35,168); }
H1.HeaderClassName
{
color: #B423A8;
}
.AnyTagClassName
{
color: #B423A8;
}
</style>
background-color css
<style>
a { background-color: #B423A8; }
a { background-color: rgb(180,35,168); }
div.DivClassName
{
background-color: #B423A8;
}
.BgClassName
{
background-color: #B423A8;
}
</style>
border-color css
<style>
span { border-color: #B423A8; }
span { border-color: rgb(180,35,168); }
td.TdClassName
{
border-color: #B423A8;
}
.TagClassName
{
border-color: #B423A8;
}
</style>