Shades of Deep Magenta #B615D1
Tints of Deep Magenta #B615D1
RGB
CMYK
RGB Variations
Color information
#B615D1 (or 0xB615D1) is known color: Deep Magenta. HEX triplet: B6, 15 and D1. RGB value is (182,21,209). Sum of RGB (Red+Green+Blue) = 182+21+209=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #B615D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615D1 is #49EA2E. Grayscale: #595959. Windows color (decimal): -4844079 or 13702582. OLE color: 13702582.
HSL color Cylindrical-coordinate representation of color #B615D1: hue angle of 291.38º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B615D1 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 21 | 209 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.18 |
| HSL | 291.38º | 0.82% | 0.45% | - |
| HSV(B) | 291.38º | 0.9% | 0.82% | - |
| XYZ | 31.07 | 15.08 | 61.6 | - |
| YUV | 90.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 209 | 0.13 | 0.90 | 0 | 0.18 | 291.38 | 0.82 | 0.45 |
| Hex | B6 | 15 | D1 | D | 5A | 0 | 12 | 123 | 52 | 2D |
| Octal | 266 | 25 | 321 | 15 | 132 | 0 | 22 | 443 | 122 | 55 |
| Binary | 10110110 | 10101 | 11010001 | 1101 | 1011010 | 0 | 10010 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B615D1
Complementary color
Monochromatic Colors of #B615D1
Black with #B615D1
Text Example
Text Example
White with #B615D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615D1; }
p { color: rgb(182,21,209); }
H1.HeaderClassName
{
color: #B615D1;
}
.AnyTagClassName
{
color: #B615D1;
}
</style>
background-color css
<style>
a { background-color: #B615D1; }
a { background-color: rgb(182,21,209); }
div.DivClassName
{
background-color: #B615D1;
}
.BgClassName
{
background-color: #B615D1;
}
</style>
border-color css
<style>
span { border-color: #B615D1; }
span { border-color: rgb(182,21,209); }
td.TdClassName
{
border-color: #B615D1;
}
.TagClassName
{
border-color: #B615D1;
}
</style>