Shades of Medium Red Violet #B025A6
Tints of Medium Red Violet #B025A6
RGB
CMYK
RGB Variations
Color information
#B025A6 (or 0xB025A6) is known color: Medium Red Violet. HEX triplet: B0, 25 and A6. RGB value is (176,37,166). Sum of RGB (Red+Green+Blue) = 176+37+166=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B025A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B025A6 is #4FDA59. Grayscale: #5C5C5C. Windows color (decimal): -5233242 or 10888624. OLE color: 10888624.
HSL color Cylindrical-coordinate representation of color #B025A6: hue angle of 304.32º 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 #B025A6 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 166 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.31 |
| HSL | 304.32º | 0.65% | 0.42% | - |
| HSV(B) | 304.32º | 0.79% | 0.69% | - |
| XYZ | 25.45 | 13.31 | 37.3 | - |
| YUV | 93.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 166 | 0 | 0.79 | 0.06 | 0.31 | 304.32 | 0.65 | 0.42 |
| Hex | B0 | 25 | A6 | 0 | 4F | 6 | 1F | 130 | 41 | 2A |
| Octal | 260 | 45 | 246 | 0 | 117 | 6 | 37 | 460 | 101 | 52 |
| Binary | 10110000 | 100101 | 10100110 | 0 | 1001111 | 110 | 11111 | 100110000 | 1000001 | 101010 |
Color Harmonies of #B025A6
Complementary color
Monochromatic Colors of #B025A6
Black with #B025A6
Text Example
Text Example
White with #B025A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B025A6; }
p { color: rgb(176,37,166); }
H1.HeaderClassName
{
color: #B025A6;
}
.AnyTagClassName
{
color: #B025A6;
}
</style>
background-color css
<style>
a { background-color: #B025A6; }
a { background-color: rgb(176,37,166); }
div.DivClassName
{
background-color: #B025A6;
}
.BgClassName
{
background-color: #B025A6;
}
</style>
border-color css
<style>
span { border-color: #B025A6; }
span { border-color: rgb(176,37,166); }
td.TdClassName
{
border-color: #B025A6;
}
.TagClassName
{
border-color: #B025A6;
}
</style>