Shades of Medium Red Violet #B426A1
Tints of Medium Red Violet #B426A1
RGB
CMYK
RGB Variations
Color information
#B426A1 (or 0xB426A1) is known color: Medium Red Violet. HEX triplet: B4, 26 and A1. RGB value is (180,38,161). Sum of RGB (Red+Green+Blue) = 180+38+161=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B426A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426A1 is #4BD95E. Grayscale: #5E5E5E. Windows color (decimal): -4970847 or 10561204. OLE color: 10561204.
HSL color Cylindrical-coordinate representation of color #B426A1: hue angle of 308.03º degrees, saturation: 0.65, 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 #B426A1 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 161 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.29 |
| HSL | 308.03º | 0.65% | 0.43% | - |
| HSV(B) | 308.03º | 0.79% | 0.71% | - |
| XYZ | 25.95 | 13.66 | 34.99 | - |
| YUV | 94.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 161 | 0 | 0.79 | 0.11 | 0.29 | 308.03 | 0.65 | 0.43 |
| Hex | B4 | 26 | A1 | 0 | 4F | B | 1D | 134 | 41 | 2B |
| Octal | 264 | 46 | 241 | 0 | 117 | 13 | 35 | 464 | 101 | 53 |
| Binary | 10110100 | 100110 | 10100001 | 0 | 1001111 | 1011 | 11101 | 100110100 | 1000001 | 101011 |
Color Harmonies of #B426A1
Complementary color
Monochromatic Colors of #B426A1
Black with #B426A1
Text Example
Text Example
White with #B426A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426A1; }
p { color: rgb(180,38,161); }
H1.HeaderClassName
{
color: #B426A1;
}
.AnyTagClassName
{
color: #B426A1;
}
</style>
background-color css
<style>
a { background-color: #B426A1; }
a { background-color: rgb(180,38,161); }
div.DivClassName
{
background-color: #B426A1;
}
.BgClassName
{
background-color: #B426A1;
}
</style>
border-color css
<style>
span { border-color: #B426A1; }
span { border-color: rgb(180,38,161); }
td.TdClassName
{
border-color: #B426A1;
}
.TagClassName
{
border-color: #B426A1;
}
</style>