Shades of Deep Magenta #B703BE
Tints of Deep Magenta #B703BE
RGB
CMYK
RGB Variations
Color information
#B703BE (or 0xB703BE) is known color: Deep Magenta. HEX triplet: B7, 03 and BE. RGB value is (183,3,190). Sum of RGB (Red+Green+Blue) = 183+3+190=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #B703BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703BE is #48FC41. Grayscale: #4D4D4D. Windows color (decimal): -4783170 or 12452791. OLE color: 12452791.
HSL color Cylindrical-coordinate representation of color #B703BE: hue angle of 297.75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B703BE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 3 | 190 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.25 |
| HSL | 297.75º | 0.97% | 0.38% | - |
| HSV(B) | 297.75º | 0.98% | 0.75% | - |
| XYZ | 28.86 | 13.85 | 49.87 | - |
| YUV | 78.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 190 | 0.04 | 0.98 | 0 | 0.25 | 297.75 | 0.97 | 0.38 |
| Hex | B7 | 3 | BE | 4 | 62 | 0 | 19 | 12A | 61 | 26 |
| Octal | 267 | 3 | 276 | 4 | 142 | 0 | 31 | 452 | 141 | 46 |
| Binary | 10110111 | 11 | 10111110 | 100 | 1100010 | 0 | 11001 | 100101010 | 1100001 | 100110 |
Color Harmonies of #B703BE
Complementary color
Monochromatic Colors of #B703BE
Black with #B703BE
Text Example
Text Example
White with #B703BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703BE; }
p { color: rgb(183,3,190); }
H1.HeaderClassName
{
color: #B703BE;
}
.AnyTagClassName
{
color: #B703BE;
}
</style>
background-color css
<style>
a { background-color: #B703BE; }
a { background-color: rgb(183,3,190); }
div.DivClassName
{
background-color: #B703BE;
}
.BgClassName
{
background-color: #B703BE;
}
</style>
border-color css
<style>
span { border-color: #B703BE; }
span { border-color: rgb(183,3,190); }
td.TdClassName
{
border-color: #B703BE;
}
.TagClassName
{
border-color: #B703BE;
}
</style>