Shades of Medium Red Violet #B425A8
Tints of Medium Red Violet #B425A8
RGB
CMYK
RGB Variations
Color information
#B425A8 (or 0xB425A8) is known color: Medium Red Violet. HEX triplet: B4, 25 and A8. RGB value is (180,37,168). Sum of RGB (Red+Green+Blue) = 180+37+168=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B425A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425A8 is #4BDA57. Grayscale: #5E5E5E. Windows color (decimal): -4971096 or 11019700. OLE color: 11019700.
HSL color Cylindrical-coordinate representation of color #B425A8: hue angle of 305.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B425A8 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 168 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.29 |
| HSL | 305.04º | 0.66% | 0.43% | - |
| HSV(B) | 305.04º | 0.79% | 0.71% | - |
| XYZ | 26.55 | 13.85 | 38.32 | - |
| YUV | 94.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 168 | 0 | 0.79 | 0.07 | 0.29 | 305.04 | 0.66 | 0.43 |
| Hex | B4 | 25 | A8 | 0 | 4F | 7 | 1D | 131 | 42 | 2B |
| Octal | 264 | 45 | 250 | 0 | 117 | 7 | 35 | 461 | 102 | 53 |
| Binary | 10110100 | 100101 | 10101000 | 0 | 1001111 | 111 | 11101 | 100110001 | 1000010 | 101011 |
Color Harmonies of #B425A8
Complementary color
Monochromatic Colors of #B425A8
Black with #B425A8
Text Example
Text Example
White with #B425A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B425A8; }
p { color: rgb(180,37,168); }
H1.HeaderClassName
{
color: #B425A8;
}
.AnyTagClassName
{
color: #B425A8;
}
</style>
background-color css
<style>
a { background-color: #B425A8; }
a { background-color: rgb(180,37,168); }
div.DivClassName
{
background-color: #B425A8;
}
.BgClassName
{
background-color: #B425A8;
}
</style>
border-color css
<style>
span { border-color: #B425A8; }
span { border-color: rgb(180,37,168); }
td.TdClassName
{
border-color: #B425A8;
}
.TagClassName
{
border-color: #B425A8;
}
</style>