Shades of Medium Violet Red #B615A8
Tints of Medium Violet Red #B615A8
RGB
CMYK
RGB Variations
Color information
#B615A8 (or 0xB615A8) is known color: Medium Violet Red. HEX triplet: B6, 15 and A8. RGB value is (182,21,168). Sum of RGB (Red+Green+Blue) = 182+21+168=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B615A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615A8 is #49EA57. Grayscale: #555555. Windows color (decimal): -4844120 or 11015606. OLE color: 11015606.
HSL color Cylindrical-coordinate representation of color #B615A8: hue angle of 305.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B615A8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 21 | 168 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.29 |
| HSL | 305.22º | 0.79% | 0.4% | - |
| HSV(B) | 305.22º | 0.88% | 0.71% | - |
| XYZ | 26.63 | 13.31 | 38.21 | - |
| YUV | 85.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 168 | 0 | 0.88 | 0.08 | 0.29 | 305.22 | 0.79 | 0.4 |
| Hex | B6 | 15 | A8 | 0 | 58 | 8 | 1D | 131 | 4F | 28 |
| Octal | 266 | 25 | 250 | 0 | 130 | 10 | 35 | 461 | 117 | 50 |
| Binary | 10110110 | 10101 | 10101000 | 0 | 1011000 | 1000 | 11101 | 100110001 | 1001111 | 101000 |
Color Harmonies of #B615A8
Complementary color
Monochromatic Colors of #B615A8
Black with #B615A8
Text Example
Text Example
White with #B615A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615A8; }
p { color: rgb(182,21,168); }
H1.HeaderClassName
{
color: #B615A8;
}
.AnyTagClassName
{
color: #B615A8;
}
</style>
background-color css
<style>
a { background-color: #B615A8; }
a { background-color: rgb(182,21,168); }
div.DivClassName
{
background-color: #B615A8;
}
.BgClassName
{
background-color: #B615A8;
}
</style>
border-color css
<style>
span { border-color: #B615A8; }
span { border-color: rgb(182,21,168); }
td.TdClassName
{
border-color: #B615A8;
}
.TagClassName
{
border-color: #B615A8;
}
</style>