Shades of Deep Magenta #B615CF
Tints of Deep Magenta #B615CF
RGB
CMYK
RGB Variations
Color information
#B615CF (or 0xB615CF) is known color: Deep Magenta. HEX triplet: B6, 15 and CF. RGB value is (182,21,207). Sum of RGB (Red+Green+Blue) = 182+21+207=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #B615CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615CF is #49EA30. Grayscale: #595959. Windows color (decimal): -4844081 or 13571510. OLE color: 13571510.
HSL color Cylindrical-coordinate representation of color #B615CF: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B615CF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 21 | 207 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.19 |
| HSL | 291.94º | 0.82% | 0.45% | - |
| HSV(B) | 291.94º | 0.9% | 0.81% | - |
| XYZ | 30.82 | 14.99 | 60.3 | - |
| YUV | 90.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 207 | 0.12 | 0.90 | 0 | 0.19 | 291.94 | 0.82 | 0.45 |
| Hex | B6 | 15 | CF | C | 5A | 0 | 13 | 124 | 52 | 2D |
| Octal | 266 | 25 | 317 | 14 | 132 | 0 | 23 | 444 | 122 | 55 |
| Binary | 10110110 | 10101 | 11001111 | 1100 | 1011010 | 0 | 10011 | 100100100 | 1010010 | 101101 |
Color Harmonies of #B615CF
Complementary color
Monochromatic Colors of #B615CF
Black with #B615CF
Text Example
Text Example
White with #B615CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615CF; }
p { color: rgb(182,21,207); }
H1.HeaderClassName
{
color: #B615CF;
}
.AnyTagClassName
{
color: #B615CF;
}
</style>
background-color css
<style>
a { background-color: #B615CF; }
a { background-color: rgb(182,21,207); }
div.DivClassName
{
background-color: #B615CF;
}
.BgClassName
{
background-color: #B615CF;
}
</style>
border-color css
<style>
span { border-color: #B615CF; }
span { border-color: rgb(182,21,207); }
td.TdClassName
{
border-color: #B615CF;
}
.TagClassName
{
border-color: #B615CF;
}
</style>