Shades of Deep Magenta #B615C6
Tints of Deep Magenta #B615C6
RGB
CMYK
RGB Variations
Color information
#B615C6 (or 0xB615C6) is known color: Deep Magenta. HEX triplet: B6, 15 and C6. RGB value is (182,21,198). Sum of RGB (Red+Green+Blue) = 182+21+198=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #B615C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615C6 is #49EA39. Grayscale: #585858. Windows color (decimal): -4844090 or 12981686. OLE color: 12981686.
HSL color Cylindrical-coordinate representation of color #B615C6: hue angle of 294.58º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B615C6 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 21 | 198 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.22 |
| HSL | 294.58º | 0.81% | 0.43% | - |
| HSV(B) | 294.58º | 0.89% | 0.78% | - |
| XYZ | 29.75 | 14.56 | 54.67 | - |
| YUV | 89.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 198 | 0.08 | 0.89 | 0 | 0.22 | 294.58 | 0.81 | 0.43 |
| Hex | B6 | 15 | C6 | 8 | 59 | 0 | 16 | 127 | 51 | 2B |
| Octal | 266 | 25 | 306 | 10 | 131 | 0 | 26 | 447 | 121 | 53 |
| Binary | 10110110 | 10101 | 11000110 | 1000 | 1011001 | 0 | 10110 | 100100111 | 1010001 | 101011 |
Color Harmonies of #B615C6
Complementary color
Monochromatic Colors of #B615C6
Black with #B615C6
Text Example
Text Example
White with #B615C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615C6; }
p { color: rgb(182,21,198); }
H1.HeaderClassName
{
color: #B615C6;
}
.AnyTagClassName
{
color: #B615C6;
}
</style>
background-color css
<style>
a { background-color: #B615C6; }
a { background-color: rgb(182,21,198); }
div.DivClassName
{
background-color: #B615C6;
}
.BgClassName
{
background-color: #B615C6;
}
</style>
border-color css
<style>
span { border-color: #B615C6; }
span { border-color: rgb(182,21,198); }
td.TdClassName
{
border-color: #B615C6;
}
.TagClassName
{
border-color: #B615C6;
}
</style>