Shades of Deep Magenta #B717BA
Tints of Deep Magenta #B717BA
RGB
CMYK
RGB Variations
Color information
#B717BA (or 0xB717BA) is known color: Deep Magenta. HEX triplet: B7, 17 and BA. RGB value is (183,23,186). Sum of RGB (Red+Green+Blue) = 183+23+186=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B717BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717BA is #48E845. Grayscale: #585858. Windows color (decimal): -4778054 or 12195767. OLE color: 12195767.
HSL color Cylindrical-coordinate representation of color #B717BA: hue angle of 298.9º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B717BA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 23 | 186 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.27 |
| HSL | 298.9º | 0.78% | 0.41% | - |
| HSV(B) | 298.9º | 0.88% | 0.73% | - |
| XYZ | 28.7 | 14.23 | 47.69 | - |
| YUV | 89.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 186 | 0.02 | 0.88 | 0 | 0.27 | 298.9 | 0.78 | 0.41 |
| Hex | B7 | 17 | BA | 2 | 58 | 0 | 1B | 12B | 4E | 29 |
| Octal | 267 | 27 | 272 | 2 | 130 | 0 | 33 | 453 | 116 | 51 |
| Binary | 10110111 | 10111 | 10111010 | 10 | 1011000 | 0 | 11011 | 100101011 | 1001110 | 101001 |
Color Harmonies of #B717BA
Complementary color
Monochromatic Colors of #B717BA
Black with #B717BA
Text Example
Text Example
White with #B717BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717BA; }
p { color: rgb(183,23,186); }
H1.HeaderClassName
{
color: #B717BA;
}
.AnyTagClassName
{
color: #B717BA;
}
</style>
background-color css
<style>
a { background-color: #B717BA; }
a { background-color: rgb(183,23,186); }
div.DivClassName
{
background-color: #B717BA;
}
.BgClassName
{
background-color: #B717BA;
}
</style>
border-color css
<style>
span { border-color: #B717BA; }
span { border-color: rgb(183,23,186); }
td.TdClassName
{
border-color: #B717BA;
}
.TagClassName
{
border-color: #B717BA;
}
</style>