Shades of Deep Magenta #B703D4
Tints of Deep Magenta #B703D4
RGB
CMYK
RGB Variations
Color information
#B703D4 (or 0xB703D4) is known color: Deep Magenta. HEX triplet: B7, 03 and D4. RGB value is (183,3,212). Sum of RGB (Red+Green+Blue) = 183+3+212=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #B703D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703D4 is #48FC2B. Grayscale: #4F4F4F. Windows color (decimal): -4783148 or 13894583. OLE color: 13894583.
HSL color Cylindrical-coordinate representation of color #B703D4: hue angle of 291.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703D4 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 3 | 212 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.17 |
| HSL | 291.67º | 0.97% | 0.42% | - |
| HSV(B) | 291.67º | 0.99% | 0.83% | - |
| XYZ | 31.44 | 14.89 | 63.5 | - |
| YUV | 80.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 212 | 0.14 | 0.99 | 0 | 0.17 | 291.67 | 0.97 | 0.42 |
| Hex | B7 | 3 | D4 | E | 63 | 0 | 11 | 124 | 61 | 2A |
| Octal | 267 | 3 | 324 | 16 | 143 | 0 | 21 | 444 | 141 | 52 |
| Binary | 10110111 | 11 | 11010100 | 1110 | 1100011 | 0 | 10001 | 100100100 | 1100001 | 101010 |
Color Harmonies of #B703D4
Complementary color
Monochromatic Colors of #B703D4
Black with #B703D4
Text Example
Text Example
White with #B703D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703D4; }
p { color: rgb(183,3,212); }
H1.HeaderClassName
{
color: #B703D4;
}
.AnyTagClassName
{
color: #B703D4;
}
</style>
background-color css
<style>
a { background-color: #B703D4; }
a { background-color: rgb(183,3,212); }
div.DivClassName
{
background-color: #B703D4;
}
.BgClassName
{
background-color: #B703D4;
}
</style>
border-color css
<style>
span { border-color: #B703D4; }
span { border-color: rgb(183,3,212); }
td.TdClassName
{
border-color: #B703D4;
}
.TagClassName
{
border-color: #B703D4;
}
</style>