Shades of Medium Violet Red #B509A1
Tints of Medium Violet Red #B509A1
RGB
CMYK
RGB Variations
Color information
#B509A1 (or 0xB509A1) is known color: Medium Violet Red. HEX triplet: B5, 09 and A1. RGB value is (181,9,161). Sum of RGB (Red+Green+Blue) = 181+9+161=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B509A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B509A1 is #4AF65E. Grayscale: #4D4D4D. Windows color (decimal): -4912735 or 10553781. OLE color: 10553781.
HSL color Cylindrical-coordinate representation of color #B509A1: hue angle of 306.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B509A1 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 161 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.29 |
| HSL | 306.98º | 0.91% | 0.37% | - |
| HSV(B) | 306.98º | 0.95% | 0.71% | - |
| XYZ | 25.59 | 12.59 | 34.8 | - |
| YUV | 77.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 161 | 0 | 0.95 | 0.11 | 0.29 | 306.98 | 0.91 | 0.37 |
| Hex | B5 | 9 | A1 | 0 | 5F | B | 1D | 133 | 5B | 25 |
| Octal | 265 | 11 | 241 | 0 | 137 | 13 | 35 | 463 | 133 | 45 |
| Binary | 10110101 | 1001 | 10100001 | 0 | 1011111 | 1011 | 11101 | 100110011 | 1011011 | 100101 |
Color Harmonies of #B509A1
Complementary color
Monochromatic Colors of #B509A1
Black with #B509A1
Text Example
Text Example
White with #B509A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509A1; }
p { color: rgb(181,9,161); }
H1.HeaderClassName
{
color: #B509A1;
}
.AnyTagClassName
{
color: #B509A1;
}
</style>
background-color css
<style>
a { background-color: #B509A1; }
a { background-color: rgb(181,9,161); }
div.DivClassName
{
background-color: #B509A1;
}
.BgClassName
{
background-color: #B509A1;
}
</style>
border-color css
<style>
span { border-color: #B509A1; }
span { border-color: rgb(181,9,161); }
td.TdClassName
{
border-color: #B509A1;
}
.TagClassName
{
border-color: #B509A1;
}
</style>