Shades of Medium Violet Red #B510A5
Tints of Medium Violet Red #B510A5
RGB
CMYK
RGB Variations
Color information
#B510A5 (or 0xB510A5) is known color: Medium Violet Red. HEX triplet: B5, 10 and A5. RGB value is (181,16,165). Sum of RGB (Red+Green+Blue) = 181+16+165=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B510A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B510A5 is #4AEF5A. Grayscale: #515151. Windows color (decimal): -4910939 or 10817717. OLE color: 10817717.
HSL color Cylindrical-coordinate representation of color #B510A5: hue angle of 305.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510A5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 165 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.29 |
| HSL | 305.82º | 0.84% | 0.39% | - |
| HSV(B) | 305.82º | 0.91% | 0.71% | - |
| XYZ | 26.03 | 12.91 | 36.72 | - |
| YUV | 82.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 165 | 0 | 0.91 | 0.09 | 0.29 | 305.82 | 0.84 | 0.39 |
| Hex | B5 | 10 | A5 | 0 | 5B | 9 | 1D | 132 | 54 | 27 |
| Octal | 265 | 20 | 245 | 0 | 133 | 11 | 35 | 462 | 124 | 47 |
| Binary | 10110101 | 10000 | 10100101 | 0 | 1011011 | 1001 | 11101 | 100110010 | 1010100 | 100111 |
Color Harmonies of #B510A5
Complementary color
Monochromatic Colors of #B510A5
Black with #B510A5
Text Example
Text Example
White with #B510A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510A5; }
p { color: rgb(181,16,165); }
H1.HeaderClassName
{
color: #B510A5;
}
.AnyTagClassName
{
color: #B510A5;
}
</style>
background-color css
<style>
a { background-color: #B510A5; }
a { background-color: rgb(181,16,165); }
div.DivClassName
{
background-color: #B510A5;
}
.BgClassName
{
background-color: #B510A5;
}
</style>
border-color css
<style>
span { border-color: #B510A5; }
span { border-color: rgb(181,16,165); }
td.TdClassName
{
border-color: #B510A5;
}
.TagClassName
{
border-color: #B510A5;
}
</style>