Shades of Medium Violet Red #B415A8
Tints of Medium Violet Red #B415A8
RGB
CMYK
RGB Variations
Color information
#B415A8 (or 0xB415A8) is known color: Medium Violet Red. HEX triplet: B4, 15 and A8. RGB value is (180,21,168). Sum of RGB (Red+Green+Blue) = 180+21+168=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B415A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415A8 is #4BEA57. Grayscale: #545454. Windows color (decimal): -4975192 or 11015604. OLE color: 11015604.
HSL color Cylindrical-coordinate representation of color #B415A8: hue angle of 304.53º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B415A8 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 21 | 168 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.29 |
| HSL | 304.53º | 0.79% | 0.39% | - |
| HSV(B) | 304.53º | 0.88% | 0.71% | - |
| XYZ | 26.16 | 13.07 | 38.19 | - |
| YUV | 85.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 168 | 0 | 0.88 | 0.07 | 0.29 | 304.53 | 0.79 | 0.39 |
| Hex | B4 | 15 | A8 | 0 | 58 | 7 | 1D | 131 | 4F | 27 |
| Octal | 264 | 25 | 250 | 0 | 130 | 7 | 35 | 461 | 117 | 47 |
| Binary | 10110100 | 10101 | 10101000 | 0 | 1011000 | 111 | 11101 | 100110001 | 1001111 | 100111 |
Color Harmonies of #B415A8
Complementary color
Monochromatic Colors of #B415A8
Black with #B415A8
Text Example
Text Example
White with #B415A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415A8; }
p { color: rgb(180,21,168); }
H1.HeaderClassName
{
color: #B415A8;
}
.AnyTagClassName
{
color: #B415A8;
}
</style>
background-color css
<style>
a { background-color: #B415A8; }
a { background-color: rgb(180,21,168); }
div.DivClassName
{
background-color: #B415A8;
}
.BgClassName
{
background-color: #B415A8;
}
</style>
border-color css
<style>
span { border-color: #B415A8; }
span { border-color: rgb(180,21,168); }
td.TdClassName
{
border-color: #B415A8;
}
.TagClassName
{
border-color: #B415A8;
}
</style>