Shades of Medium Violet Red #B521A7
Tints of Medium Violet Red #B521A7
RGB
CMYK
RGB Variations
Color information
#B521A7 (or 0xB521A7) is known color: Medium Violet Red. HEX triplet: B5, 21 and A7. RGB value is (181,33,167). Sum of RGB (Red+Green+Blue) = 181+33+167=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A7 is #4ADE58. Grayscale: #5C5C5C. Windows color (decimal): -4906585 or 10953141. OLE color: 10953141.
HSL color Cylindrical-coordinate representation of color #B521A7: hue angle of 305.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521A7 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 167 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.29 |
| HSL | 305.68º | 0.69% | 0.42% | - |
| HSV(B) | 305.68º | 0.82% | 0.71% | - |
| XYZ | 26.57 | 13.7 | 37.8 | - |
| YUV | 92.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 167 | 0 | 0.82 | 0.08 | 0.29 | 305.68 | 0.69 | 0.42 |
| Hex | B5 | 21 | A7 | 0 | 52 | 8 | 1D | 132 | 45 | 2A |
| Octal | 265 | 41 | 247 | 0 | 122 | 10 | 35 | 462 | 105 | 52 |
| Binary | 10110101 | 100001 | 10100111 | 0 | 1010010 | 1000 | 11101 | 100110010 | 1000101 | 101010 |
Color Harmonies of #B521A7
Complementary color
Monochromatic Colors of #B521A7
Black with #B521A7
Text Example
Text Example
White with #B521A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521A7; }
p { color: rgb(181,33,167); }
H1.HeaderClassName
{
color: #B521A7;
}
.AnyTagClassName
{
color: #B521A7;
}
</style>
background-color css
<style>
a { background-color: #B521A7; }
a { background-color: rgb(181,33,167); }
div.DivClassName
{
background-color: #B521A7;
}
.BgClassName
{
background-color: #B521A7;
}
</style>
border-color css
<style>
span { border-color: #B521A7; }
span { border-color: rgb(181,33,167); }
td.TdClassName
{
border-color: #B521A7;
}
.TagClassName
{
border-color: #B521A7;
}
</style>