Shades of Deep Magenta #B715BD
Tints of Deep Magenta #B715BD
RGB
CMYK
RGB Variations
Color information
#B715BD (or 0xB715BD) is known color: Deep Magenta. HEX triplet: B7, 15 and BD. RGB value is (183,21,189). Sum of RGB (Red+Green+Blue) = 183+21+189=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B715BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715BD is #48EA42. Grayscale: #585858. Windows color (decimal): -4778563 or 12391863. OLE color: 12391863.
HSL color Cylindrical-coordinate representation of color #B715BD: hue angle of 297.86º 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 #B715BD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 21 | 189 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 297.86º | 0.8% | 0.41% | - |
| HSV(B) | 297.86º | 0.89% | 0.74% | - |
| XYZ | 28.98 | 14.28 | 49.37 | - |
| YUV | 88.59 | 184.67 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 189 | 0.03 | 0.89 | 0 | 0.26 | 297.86 | 0.8 | 0.41 |
| Hex | B7 | 15 | BD | 3 | 59 | 0 | 1A | 12A | 50 | 29 |
| Octal | 267 | 25 | 275 | 3 | 131 | 0 | 32 | 452 | 120 | 51 |
| Binary | 10110111 | 10101 | 10111101 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B715BD
Complementary color
Monochromatic Colors of #B715BD
Black with #B715BD
Text Example
Text Example
White with #B715BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715BD; }
p { color: rgb(183,21,189); }
H1.HeaderClassName
{
color: #B715BD;
}
.AnyTagClassName
{
color: #B715BD;
}
</style>
background-color css
<style>
a { background-color: #B715BD; }
a { background-color: rgb(183,21,189); }
div.DivClassName
{
background-color: #B715BD;
}
.BgClassName
{
background-color: #B715BD;
}
</style>
border-color css
<style>
span { border-color: #B715BD; }
span { border-color: rgb(183,21,189); }
td.TdClassName
{
border-color: #B715BD;
}
.TagClassName
{
border-color: #B715BD;
}
</style>