Shades of Medium Red Violet #B024A7
Tints of Medium Red Violet #B024A7
RGB
CMYK
RGB Variations
Color information
#B024A7 (or 0xB024A7) is known color: Medium Red Violet. HEX triplet: B0, 24 and A7. RGB value is (176,36,167). Sum of RGB (Red+Green+Blue) = 176+36+167=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A7 is #4FDB58. Grayscale: #5C5C5C. Windows color (decimal): -5233497 or 10953904. OLE color: 10953904.
HSL color Cylindrical-coordinate representation of color #B024A7: hue angle of 303.86º 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 #B024A7 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 167 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.31 |
| HSL | 303.86º | 0.66% | 0.42% | - |
| HSV(B) | 303.86º | 0.8% | 0.69% | - |
| XYZ | 25.51 | 13.28 | 37.78 | - |
| YUV | 92.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 167 | 0 | 0.80 | 0.05 | 0.31 | 303.86 | 0.66 | 0.42 |
| Hex | B0 | 24 | A7 | 0 | 50 | 5 | 1F | 130 | 42 | 2A |
| Octal | 260 | 44 | 247 | 0 | 120 | 5 | 37 | 460 | 102 | 52 |
| Binary | 10110000 | 100100 | 10100111 | 0 | 1010000 | 101 | 11111 | 100110000 | 1000010 | 101010 |
Color Harmonies of #B024A7
Complementary color
Monochromatic Colors of #B024A7
Black with #B024A7
Text Example
Text Example
White with #B024A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024A7; }
p { color: rgb(176,36,167); }
H1.HeaderClassName
{
color: #B024A7;
}
.AnyTagClassName
{
color: #B024A7;
}
</style>
background-color css
<style>
a { background-color: #B024A7; }
a { background-color: rgb(176,36,167); }
div.DivClassName
{
background-color: #B024A7;
}
.BgClassName
{
background-color: #B024A7;
}
</style>
border-color css
<style>
span { border-color: #B024A7; }
span { border-color: rgb(176,36,167); }
td.TdClassName
{
border-color: #B024A7;
}
.TagClassName
{
border-color: #B024A7;
}
</style>