Shades of Medium Red Violet #B424AC
Tints of Medium Red Violet #B424AC
RGB
CMYK
RGB Variations
Color information
#B424AC (or 0xB424AC) is known color: Medium Red Violet. HEX triplet: B4, 24 and AC. RGB value is (180,36,172). Sum of RGB (Red+Green+Blue) = 180+36+172=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B424AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424AC is #4BDB53. Grayscale: #5E5E5E. Windows color (decimal): -4971348 or 11281588. OLE color: 11281588.
HSL color Cylindrical-coordinate representation of color #B424AC: hue angle of 303.33º 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 #B424AC is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 172 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.29 |
| HSL | 303.33º | 0.67% | 0.42% | - |
| HSV(B) | 303.33º | 0.8% | 0.71% | - |
| XYZ | 26.9 | 13.94 | 40.3 | - |
| YUV | 94.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 172 | 0 | 0.8 | 0.04 | 0.29 | 303.33 | 0.67 | 0.42 |
| Hex | B4 | 24 | AC | 0 | 50 | 4 | 1D | 12F | 43 | 2A |
| Octal | 264 | 44 | 254 | 0 | 120 | 4 | 35 | 457 | 103 | 52 |
| Binary | 10110100 | 100100 | 10101100 | 0 | 1010000 | 100 | 11101 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B424AC
Complementary color
Monochromatic Colors of #B424AC
Black with #B424AC
Text Example
Text Example
White with #B424AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424AC; }
p { color: rgb(180,36,172); }
H1.HeaderClassName
{
color: #B424AC;
}
.AnyTagClassName
{
color: #B424AC;
}
</style>
background-color css
<style>
a { background-color: #B424AC; }
a { background-color: rgb(180,36,172); }
div.DivClassName
{
background-color: #B424AC;
}
.BgClassName
{
background-color: #B424AC;
}
</style>
border-color css
<style>
span { border-color: #B424AC; }
span { border-color: rgb(180,36,172); }
td.TdClassName
{
border-color: #B424AC;
}
.TagClassName
{
border-color: #B424AC;
}
</style>