Shades of Deep Magenta #B703DA
Tints of Deep Magenta #B703DA
RGB
CMYK
RGB Variations
Color information
#B703DA (or 0xB703DA) is known color: Deep Magenta. HEX triplet: B7, 03 and DA. RGB value is (183,3,218). Sum of RGB (Red+Green+Blue) = 183+3+218=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #B703DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703DA is #48FC25. Grayscale: #505050. Windows color (decimal): -4783142 or 14287799. OLE color: 14287799.
HSL color Cylindrical-coordinate representation of color #B703DA: hue angle of 290.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703DA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 3 | 218 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.15 |
| HSL | 290.23º | 0.97% | 0.43% | - |
| HSV(B) | 290.23º | 0.99% | 0.85% | - |
| XYZ | 32.22 | 15.19 | 67.56 | - |
| YUV | 81.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 218 | 0.16 | 0.99 | 0 | 0.15 | 290.23 | 0.97 | 0.43 |
| Hex | B7 | 3 | DA | 10 | 63 | 0 | F | 122 | 61 | 2B |
| Octal | 267 | 3 | 332 | 20 | 143 | 0 | 17 | 442 | 141 | 53 |
| Binary | 10110111 | 11 | 11011010 | 10000 | 1100011 | 0 | 1111 | 100100010 | 1100001 | 101011 |
Color Harmonies of #B703DA
Complementary color
Monochromatic Colors of #B703DA
Black with #B703DA
Text Example
Text Example
White with #B703DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703DA; }
p { color: rgb(183,3,218); }
H1.HeaderClassName
{
color: #B703DA;
}
.AnyTagClassName
{
color: #B703DA;
}
</style>
background-color css
<style>
a { background-color: #B703DA; }
a { background-color: rgb(183,3,218); }
div.DivClassName
{
background-color: #B703DA;
}
.BgClassName
{
background-color: #B703DA;
}
</style>
border-color css
<style>
span { border-color: #B703DA; }
span { border-color: rgb(183,3,218); }
td.TdClassName
{
border-color: #B703DA;
}
.TagClassName
{
border-color: #B703DA;
}
</style>