Shades of Medium Red Violet #B424AB
Tints of Medium Red Violet #B424AB
RGB
CMYK
RGB Variations
Color information
#B424AB (or 0xB424AB) is known color: Medium Red Violet. HEX triplet: B4, 24 and AB. RGB value is (180,36,171). Sum of RGB (Red+Green+Blue) = 180+36+171=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B424AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424AB is #4BDB54. Grayscale: #5E5E5E. Windows color (decimal): -4971349 or 11216052. OLE color: 11216052.
HSL color Cylindrical-coordinate representation of color #B424AB: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B424AB is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 171 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.29 |
| HSL | 303.75º | 0.67% | 0.42% | - |
| HSV(B) | 303.75º | 0.8% | 0.71% | - |
| XYZ | 26.8 | 13.91 | 39.8 | - |
| YUV | 94.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 171 | 0 | 0.8 | 0.05 | 0.29 | 303.75 | 0.67 | 0.42 |
| Hex | B4 | 24 | AB | 0 | 50 | 5 | 1D | 130 | 43 | 2A |
| Octal | 264 | 44 | 253 | 0 | 120 | 5 | 35 | 460 | 103 | 52 |
| Binary | 10110100 | 100100 | 10101011 | 0 | 1010000 | 101 | 11101 | 100110000 | 1000011 | 101010 |
Color Harmonies of #B424AB
Complementary color
Monochromatic Colors of #B424AB
Black with #B424AB
Text Example
Text Example
White with #B424AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424AB; }
p { color: rgb(180,36,171); }
H1.HeaderClassName
{
color: #B424AB;
}
.AnyTagClassName
{
color: #B424AB;
}
</style>
background-color css
<style>
a { background-color: #B424AB; }
a { background-color: rgb(180,36,171); }
div.DivClassName
{
background-color: #B424AB;
}
.BgClassName
{
background-color: #B424AB;
}
</style>
border-color css
<style>
span { border-color: #B424AB; }
span { border-color: rgb(180,36,171); }
td.TdClassName
{
border-color: #B424AB;
}
.TagClassName
{
border-color: #B424AB;
}
</style>