Shades of Deep Magenta #B615BC
Tints of Deep Magenta #B615BC
RGB
CMYK
RGB Variations
Color information
#B615BC (or 0xB615BC) is known color: Deep Magenta. HEX triplet: B6, 15 and BC. RGB value is (182,21,188). Sum of RGB (Red+Green+Blue) = 182+21+188=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #B615BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615BC is #49EA43. Grayscale: #575757. Windows color (decimal): -4844100 or 12326326. OLE color: 12326326.
HSL color Cylindrical-coordinate representation of color #B615BC: hue angle of 297.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B615BC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 21 | 188 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 297.84º | 0.8% | 0.41% | - |
| HSV(B) | 297.84º | 0.89% | 0.74% | - |
| XYZ | 28.64 | 14.11 | 48.79 | - |
| YUV | 88.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 188 | 0.03 | 0.89 | 0 | 0.26 | 297.84 | 0.8 | 0.41 |
| Hex | B6 | 15 | BC | 3 | 59 | 0 | 1A | 12A | 50 | 29 |
| Octal | 266 | 25 | 274 | 3 | 131 | 0 | 32 | 452 | 120 | 51 |
| Binary | 10110110 | 10101 | 10111100 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B615BC
Complementary color
Monochromatic Colors of #B615BC
Black with #B615BC
Text Example
Text Example
White with #B615BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615BC; }
p { color: rgb(182,21,188); }
H1.HeaderClassName
{
color: #B615BC;
}
.AnyTagClassName
{
color: #B615BC;
}
</style>
background-color css
<style>
a { background-color: #B615BC; }
a { background-color: rgb(182,21,188); }
div.DivClassName
{
background-color: #B615BC;
}
.BgClassName
{
background-color: #B615BC;
}
</style>
border-color css
<style>
span { border-color: #B615BC; }
span { border-color: rgb(182,21,188); }
td.TdClassName
{
border-color: #B615BC;
}
.TagClassName
{
border-color: #B615BC;
}
</style>