Shades of Medium Violet Red #B508A0
Tints of Medium Violet Red #B508A0
RGB
CMYK
RGB Variations
Color information
#B508A0 (or 0xB508A0) is known color: Medium Violet Red. HEX triplet: B5, 08 and A0. RGB value is (181,8,160). Sum of RGB (Red+Green+Blue) = 181+8+160=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B508A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508A0 is #4AF75F. Grayscale: #4C4C4C. Windows color (decimal): -4912992 or 10487989. OLE color: 10487989.
HSL color Cylindrical-coordinate representation of color #B508A0: hue angle of 307.28º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508A0 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.29 |
| HSL | 307.28º | 0.92% | 0.37% | - |
| HSV(B) | 307.28º | 0.96% | 0.71% | - |
| XYZ | 25.49 | 12.54 | 34.33 | - |
| YUV | 77.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 160 | 0 | 0.96 | 0.12 | 0.29 | 307.28 | 0.92 | 0.37 |
| Hex | B5 | 8 | A0 | 0 | 60 | C | 1D | 133 | 5C | 25 |
| Octal | 265 | 10 | 240 | 0 | 140 | 14 | 35 | 463 | 134 | 45 |
| Binary | 10110101 | 1000 | 10100000 | 0 | 1100000 | 1100 | 11101 | 100110011 | 1011100 | 100101 |
Color Harmonies of #B508A0
Complementary color
Monochromatic Colors of #B508A0
Black with #B508A0
Text Example
Text Example
White with #B508A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508A0; }
p { color: rgb(181,8,160); }
H1.HeaderClassName
{
color: #B508A0;
}
.AnyTagClassName
{
color: #B508A0;
}
</style>
background-color css
<style>
a { background-color: #B508A0; }
a { background-color: rgb(181,8,160); }
div.DivClassName
{
background-color: #B508A0;
}
.BgClassName
{
background-color: #B508A0;
}
</style>
border-color css
<style>
span { border-color: #B508A0; }
span { border-color: rgb(181,8,160); }
td.TdClassName
{
border-color: #B508A0;
}
.TagClassName
{
border-color: #B508A0;
}
</style>