Shades of Deep Magenta #B215A9
Tints of Deep Magenta #B215A9
RGB
CMYK
RGB Variations
Color information
#B215A9 (or 0xB215A9) is known color: Deep Magenta. HEX triplet: B2, 15 and A9. RGB value is (178,21,169). Sum of RGB (Red+Green+Blue) = 178+21+169=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B215A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215A9 is #4DEA56. Grayscale: #545454. Windows color (decimal): -5106263 or 11081138. OLE color: 11081138.
HSL color Cylindrical-coordinate representation of color #B215A9: hue angle of 303.44º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B215A9 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 169 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.30 |
| HSL | 303.44º | 0.79% | 0.39% | - |
| HSV(B) | 303.44º | 0.88% | 0.7% | - |
| XYZ | 25.79 | 12.87 | 38.66 | - |
| YUV | 84.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 169 | 0 | 0.88 | 0.05 | 0.30 | 303.44 | 0.79 | 0.39 |
| Hex | B2 | 15 | A9 | 0 | 58 | 5 | 1E | 12F | 4F | 27 |
| Octal | 262 | 25 | 251 | 0 | 130 | 5 | 36 | 457 | 117 | 47 |
| Binary | 10110010 | 10101 | 10101001 | 0 | 1011000 | 101 | 11110 | 100101111 | 1001111 | 100111 |
Color Harmonies of #B215A9
Complementary color
Monochromatic Colors of #B215A9
Black with #B215A9
Text Example
Text Example
White with #B215A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215A9; }
p { color: rgb(178,21,169); }
H1.HeaderClassName
{
color: #B215A9;
}
.AnyTagClassName
{
color: #B215A9;
}
</style>
background-color css
<style>
a { background-color: #B215A9; }
a { background-color: rgb(178,21,169); }
div.DivClassName
{
background-color: #B215A9;
}
.BgClassName
{
background-color: #B215A9;
}
</style>
border-color css
<style>
span { border-color: #B215A9; }
span { border-color: rgb(178,21,169); }
td.TdClassName
{
border-color: #B215A9;
}
.TagClassName
{
border-color: #B215A9;
}
</style>