Shades of Deep Magenta #B715BC
Tints of Deep Magenta #B715BC
RGB
CMYK
RGB Variations
Color information
#B715BC (or 0xB715BC) is known color: Deep Magenta. HEX triplet: B7, 15 and BC. RGB value is (183,21,188). Sum of RGB (Red+Green+Blue) = 183+21+188=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #B715BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715BC is #48EA43. Grayscale: #575757. Windows color (decimal): -4778564 or 12326327. OLE color: 12326327.
HSL color Cylindrical-coordinate representation of color #B715BC: hue angle of 298.2º 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 #B715BC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 21 | 188 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 298.2º | 0.8% | 0.41% | - |
| HSV(B) | 298.2º | 0.89% | 0.74% | - |
| XYZ | 28.87 | 14.23 | 48.8 | - |
| YUV | 88.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 188 | 0.03 | 0.89 | 0 | 0.26 | 298.2 | 0.8 | 0.41 |
| Hex | B7 | 15 | BC | 3 | 59 | 0 | 1A | 12A | 50 | 29 |
| Octal | 267 | 25 | 274 | 3 | 131 | 0 | 32 | 452 | 120 | 51 |
| Binary | 10110111 | 10101 | 10111100 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B715BC
Complementary color
Monochromatic Colors of #B715BC
Black with #B715BC
Text Example
Text Example
White with #B715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715BC; }
p { color: rgb(183,21,188); }
H1.HeaderClassName
{
color: #B715BC;
}
.AnyTagClassName
{
color: #B715BC;
}
</style>
background-color css
<style>
a { background-color: #B715BC; }
a { background-color: rgb(183,21,188); }
div.DivClassName
{
background-color: #B715BC;
}
.BgClassName
{
background-color: #B715BC;
}
</style>
border-color css
<style>
span { border-color: #B715BC; }
span { border-color: rgb(183,21,188); }
td.TdClassName
{
border-color: #B715BC;
}
.TagClassName
{
border-color: #B715BC;
}
</style>