Shades of Deep Magenta #B615BD
Tints of Deep Magenta #B615BD
RGB
CMYK
RGB Variations
Color information
#B615BD (or 0xB615BD) is known color: Deep Magenta. HEX triplet: B6, 15 and BD. RGB value is (182,21,189). Sum of RGB (Red+Green+Blue) = 182+21+189=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #B615BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615BD is #49EA42. Grayscale: #575757. Windows color (decimal): -4844099 or 12391862. OLE color: 12391862.
HSL color Cylindrical-coordinate representation of color #B615BD: hue angle of 297.5º 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 #B615BD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 21 | 189 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.26 |
| HSL | 297.5º | 0.8% | 0.41% | - |
| HSV(B) | 297.5º | 0.89% | 0.74% | - |
| XYZ | 28.74 | 14.16 | 49.36 | - |
| YUV | 88.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 189 | 0.04 | 0.89 | 0 | 0.26 | 297.5 | 0.8 | 0.41 |
| Hex | B6 | 15 | BD | 4 | 59 | 0 | 1A | 12A | 50 | 29 |
| Octal | 266 | 25 | 275 | 4 | 131 | 0 | 32 | 452 | 120 | 51 |
| Binary | 10110110 | 10101 | 10111101 | 100 | 1011001 | 0 | 11010 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B615BD
Complementary color
Monochromatic Colors of #B615BD
Black with #B615BD
Text Example
Text Example
White with #B615BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615BD; }
p { color: rgb(182,21,189); }
H1.HeaderClassName
{
color: #B615BD;
}
.AnyTagClassName
{
color: #B615BD;
}
</style>
background-color css
<style>
a { background-color: #B615BD; }
a { background-color: rgb(182,21,189); }
div.DivClassName
{
background-color: #B615BD;
}
.BgClassName
{
background-color: #B615BD;
}
</style>
border-color css
<style>
span { border-color: #B615BD; }
span { border-color: rgb(182,21,189); }
td.TdClassName
{
border-color: #B615BD;
}
.TagClassName
{
border-color: #B615BD;
}
</style>