Shades of Medium Red Violet #B025A0
Tints of Medium Red Violet #B025A0
RGB
CMYK
RGB Variations
Color information
#B025A0 (or 0xB025A0) is known color: Medium Red Violet. HEX triplet: B0, 25 and A0. RGB value is (176,37,160). Sum of RGB (Red+Green+Blue) = 176+37+160=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B025A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B025A0 is #4FDA5F. Grayscale: #5C5C5C. Windows color (decimal): -5233248 or 10495408. OLE color: 10495408.
HSL color Cylindrical-coordinate representation of color #B025A0: hue angle of 306.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B025A0 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 160 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.31 |
| HSL | 306.91º | 0.65% | 0.42% | - |
| HSV(B) | 306.91º | 0.79% | 0.69% | - |
| XYZ | 24.91 | 13.09 | 34.47 | - |
| YUV | 92.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 160 | 0 | 0.79 | 0.09 | 0.31 | 306.91 | 0.65 | 0.42 |
| Hex | B0 | 25 | A0 | 0 | 4F | 9 | 1F | 133 | 41 | 2A |
| Octal | 260 | 45 | 240 | 0 | 117 | 11 | 37 | 463 | 101 | 52 |
| Binary | 10110000 | 100101 | 10100000 | 0 | 1001111 | 1001 | 11111 | 100110011 | 1000001 | 101010 |
Color Harmonies of #B025A0
Complementary color
Monochromatic Colors of #B025A0
Black with #B025A0
Text Example
Text Example
White with #B025A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B025A0; }
p { color: rgb(176,37,160); }
H1.HeaderClassName
{
color: #B025A0;
}
.AnyTagClassName
{
color: #B025A0;
}
</style>
background-color css
<style>
a { background-color: #B025A0; }
a { background-color: rgb(176,37,160); }
div.DivClassName
{
background-color: #B025A0;
}
.BgClassName
{
background-color: #B025A0;
}
</style>
border-color css
<style>
span { border-color: #B025A0; }
span { border-color: rgb(176,37,160); }
td.TdClassName
{
border-color: #B025A0;
}
.TagClassName
{
border-color: #B025A0;
}
</style>