Shades of Deep Magenta #B713BB
Tints of Deep Magenta #B713BB
RGB
CMYK
RGB Variations
Color information
#B713BB (or 0xB713BB) is known color: Deep Magenta. HEX triplet: B7, 13 and BB. RGB value is (183,19,187). Sum of RGB (Red+Green+Blue) = 183+19+187=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #B713BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713BB is #48EC44. Grayscale: #565656. Windows color (decimal): -4779077 or 12260279. OLE color: 12260279.
HSL color Cylindrical-coordinate representation of color #B713BB: hue angle of 298.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B713BB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 19 | 187 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.27 |
| HSL | 298.57º | 0.82% | 0.4% | - |
| HSV(B) | 298.57º | 0.9% | 0.73% | - |
| XYZ | 28.73 | 14.12 | 48.23 | - |
| YUV | 87.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 187 | 0.02 | 0.90 | 0 | 0.27 | 298.57 | 0.82 | 0.4 |
| Hex | B7 | 13 | BB | 2 | 5A | 0 | 1B | 12B | 52 | 28 |
| Octal | 267 | 23 | 273 | 2 | 132 | 0 | 33 | 453 | 122 | 50 |
| Binary | 10110111 | 10011 | 10111011 | 10 | 1011010 | 0 | 11011 | 100101011 | 1010010 | 101000 |
Color Harmonies of #B713BB
Complementary color
Monochromatic Colors of #B713BB
Black with #B713BB
Text Example
Text Example
White with #B713BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713BB; }
p { color: rgb(183,19,187); }
H1.HeaderClassName
{
color: #B713BB;
}
.AnyTagClassName
{
color: #B713BB;
}
</style>
background-color css
<style>
a { background-color: #B713BB; }
a { background-color: rgb(183,19,187); }
div.DivClassName
{
background-color: #B713BB;
}
.BgClassName
{
background-color: #B713BB;
}
</style>
border-color css
<style>
span { border-color: #B713BB; }
span { border-color: rgb(183,19,187); }
td.TdClassName
{
border-color: #B713BB;
}
.TagClassName
{
border-color: #B713BB;
}
</style>