Shades of Deep Magenta #B703CD
Tints of Deep Magenta #B703CD
RGB
CMYK
RGB Variations
Color information
#B703CD (or 0xB703CD) is known color: Deep Magenta. HEX triplet: B7, 03 and CD. RGB value is (183,3,205). Sum of RGB (Red+Green+Blue) = 183+3+205=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #B703CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703CD is #48FC32. Grayscale: #4F4F4F. Windows color (decimal): -4783155 or 13435831. OLE color: 13435831.
HSL color Cylindrical-coordinate representation of color #B703CD: hue angle of 293.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703CD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 3 | 205 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.20 |
| HSL | 293.47º | 0.97% | 0.41% | - |
| HSV(B) | 293.47º | 0.99% | 0.8% | - |
| XYZ | 30.58 | 14.54 | 58.95 | - |
| YUV | 79.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 205 | 0.11 | 0.99 | 0 | 0.20 | 293.47 | 0.97 | 0.41 |
| Hex | B7 | 3 | CD | B | 63 | 0 | 14 | 125 | 61 | 29 |
| Octal | 267 | 3 | 315 | 13 | 143 | 0 | 24 | 445 | 141 | 51 |
| Binary | 10110111 | 11 | 11001101 | 1011 | 1100011 | 0 | 10100 | 100100101 | 1100001 | 101001 |
Color Harmonies of #B703CD
Complementary color
Monochromatic Colors of #B703CD
Black with #B703CD
Text Example
Text Example
White with #B703CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703CD; }
p { color: rgb(183,3,205); }
H1.HeaderClassName
{
color: #B703CD;
}
.AnyTagClassName
{
color: #B703CD;
}
</style>
background-color css
<style>
a { background-color: #B703CD; }
a { background-color: rgb(183,3,205); }
div.DivClassName
{
background-color: #B703CD;
}
.BgClassName
{
background-color: #B703CD;
}
</style>
border-color css
<style>
span { border-color: #B703CD; }
span { border-color: rgb(183,3,205); }
td.TdClassName
{
border-color: #B703CD;
}
.TagClassName
{
border-color: #B703CD;
}
</style>