Shades of Medium Violet Red #B218A2
Tints of Medium Violet Red #B218A2
RGB
CMYK
RGB Variations
Color information
#B218A2 (or 0xB218A2) is known color: Medium Violet Red. HEX triplet: B2, 18 and A2. RGB value is (178,24,162). Sum of RGB (Red+Green+Blue) = 178+24+162=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A2 is #4DE75D. Grayscale: #555555. Windows color (decimal): -5105502 or 10623154. OLE color: 10623154.
HSL color Cylindrical-coordinate representation of color #B218A2: hue angle of 306.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218A2 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 162 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.30 |
| HSL | 306.23º | 0.76% | 0.4% | - |
| HSV(B) | 306.23º | 0.87% | 0.7% | - |
| XYZ | 25.21 | 12.73 | 35.31 | - |
| YUV | 85.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 162 | 0 | 0.87 | 0.09 | 0.30 | 306.23 | 0.76 | 0.4 |
| Hex | B2 | 18 | A2 | 0 | 57 | 9 | 1E | 132 | 4C | 28 |
| Octal | 262 | 30 | 242 | 0 | 127 | 11 | 36 | 462 | 114 | 50 |
| Binary | 10110010 | 11000 | 10100010 | 0 | 1010111 | 1001 | 11110 | 100110010 | 1001100 | 101000 |
Color Harmonies of #B218A2
Complementary color
Monochromatic Colors of #B218A2
Black with #B218A2
Text Example
Text Example
White with #B218A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218A2; }
p { color: rgb(178,24,162); }
H1.HeaderClassName
{
color: #B218A2;
}
.AnyTagClassName
{
color: #B218A2;
}
</style>
background-color css
<style>
a { background-color: #B218A2; }
a { background-color: rgb(178,24,162); }
div.DivClassName
{
background-color: #B218A2;
}
.BgClassName
{
background-color: #B218A2;
}
</style>
border-color css
<style>
span { border-color: #B218A2; }
span { border-color: rgb(178,24,162); }
td.TdClassName
{
border-color: #B218A2;
}
.TagClassName
{
border-color: #B218A2;
}
</style>