Shades of Deep Magenta #B715CB
Tints of Deep Magenta #B715CB
RGB
CMYK
RGB Variations
Color information
#B715CB (or 0xB715CB) is known color: Deep Magenta. HEX triplet: B7, 15 and CB. RGB value is (183,21,203). Sum of RGB (Red+Green+Blue) = 183+21+203=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B715CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715CB is #48EA34. Grayscale: #595959. Windows color (decimal): -4778549 or 13309367. OLE color: 13309367.
HSL color Cylindrical-coordinate representation of color #B715CB: hue angle of 293.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B715CB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 21 | 203 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.20 |
| HSL | 293.41º | 0.81% | 0.44% | - |
| HSV(B) | 293.41º | 0.9% | 0.8% | - |
| XYZ | 30.58 | 14.92 | 57.77 | - |
| YUV | 90.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 203 | 0.10 | 0.90 | 0 | 0.20 | 293.41 | 0.81 | 0.44 |
| Hex | B7 | 15 | CB | A | 5A | 0 | 14 | 125 | 51 | 2C |
| Octal | 267 | 25 | 313 | 12 | 132 | 0 | 24 | 445 | 121 | 54 |
| Binary | 10110111 | 10101 | 11001011 | 1010 | 1011010 | 0 | 10100 | 100100101 | 1010001 | 101100 |
Color Harmonies of #B715CB
Complementary color
Monochromatic Colors of #B715CB
Black with #B715CB
Text Example
Text Example
White with #B715CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715CB; }
p { color: rgb(183,21,203); }
H1.HeaderClassName
{
color: #B715CB;
}
.AnyTagClassName
{
color: #B715CB;
}
</style>
background-color css
<style>
a { background-color: #B715CB; }
a { background-color: rgb(183,21,203); }
div.DivClassName
{
background-color: #B715CB;
}
.BgClassName
{
background-color: #B715CB;
}
</style>
border-color css
<style>
span { border-color: #B715CB; }
span { border-color: rgb(183,21,203); }
td.TdClassName
{
border-color: #B715CB;
}
.TagClassName
{
border-color: #B715CB;
}
</style>