Shades of Medium Red Violet #B024AB
Tints of Medium Red Violet #B024AB
RGB
CMYK
RGB Variations
Color information
#B024AB (or 0xB024AB) is known color: Medium Red Violet. HEX triplet: B0, 24 and AB. RGB value is (176,36,171). Sum of RGB (Red+Green+Blue) = 176+36+171=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B024AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024AB is #4FDB54. Grayscale: #5C5C5C. Windows color (decimal): -5233493 or 11216048. OLE color: 11216048.
HSL color Cylindrical-coordinate representation of color #B024AB: hue angle of 302.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024AB is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 171 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.31 |
| HSL | 302.14º | 0.66% | 0.42% | - |
| HSV(B) | 302.14º | 0.8% | 0.69% | - |
| XYZ | 25.89 | 13.43 | 39.76 | - |
| YUV | 93.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 171 | 0 | 0.80 | 0.03 | 0.31 | 302.14 | 0.66 | 0.42 |
| Hex | B0 | 24 | AB | 0 | 50 | 3 | 1F | 12E | 42 | 2A |
| Octal | 260 | 44 | 253 | 0 | 120 | 3 | 37 | 456 | 102 | 52 |
| Binary | 10110000 | 100100 | 10101011 | 0 | 1010000 | 11 | 11111 | 100101110 | 1000010 | 101010 |
Color Harmonies of #B024AB
Complementary color
Monochromatic Colors of #B024AB
Black with #B024AB
Text Example
Text Example
White with #B024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024AB; }
p { color: rgb(176,36,171); }
H1.HeaderClassName
{
color: #B024AB;
}
.AnyTagClassName
{
color: #B024AB;
}
</style>
background-color css
<style>
a { background-color: #B024AB; }
a { background-color: rgb(176,36,171); }
div.DivClassName
{
background-color: #B024AB;
}
.BgClassName
{
background-color: #B024AB;
}
</style>
border-color css
<style>
span { border-color: #B024AB; }
span { border-color: rgb(176,36,171); }
td.TdClassName
{
border-color: #B024AB;
}
.TagClassName
{
border-color: #B024AB;
}
</style>