Shades of Deep Magenta #B703CB
Tints of Deep Magenta #B703CB
RGB
CMYK
RGB Variations
Color information
#B703CB (or 0xB703CB) is known color: Deep Magenta. HEX triplet: B7, 03 and CB. RGB value is (183,3,203). Sum of RGB (Red+Green+Blue) = 183+3+203=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B703CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703CB is #48FC34. Grayscale: #4F4F4F. Windows color (decimal): -4783157 or 13304759. OLE color: 13304759.
HSL color Cylindrical-coordinate representation of color #B703CB: hue angle of 294º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703CB is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 3 | 203 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.20 |
| HSL | 294º | 0.97% | 0.4% | - |
| HSV(B) | 294º | 0.99% | 0.8% | - |
| XYZ | 30.34 | 14.44 | 57.69 | - |
| YUV | 79.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 203 | 0.10 | 0.99 | 0 | 0.20 | 294 | 0.97 | 0.4 |
| Hex | B7 | 3 | CB | A | 63 | 0 | 14 | 126 | 61 | 28 |
| Octal | 267 | 3 | 313 | 12 | 143 | 0 | 24 | 446 | 141 | 50 |
| Binary | 10110111 | 11 | 11001011 | 1010 | 1100011 | 0 | 10100 | 100100110 | 1100001 | 101000 |
Color Harmonies of #B703CB
Complementary color
Monochromatic Colors of #B703CB
Black with #B703CB
Text Example
Text Example
White with #B703CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703CB; }
p { color: rgb(183,3,203); }
H1.HeaderClassName
{
color: #B703CB;
}
.AnyTagClassName
{
color: #B703CB;
}
</style>
background-color css
<style>
a { background-color: #B703CB; }
a { background-color: rgb(183,3,203); }
div.DivClassName
{
background-color: #B703CB;
}
.BgClassName
{
background-color: #B703CB;
}
</style>
border-color css
<style>
span { border-color: #B703CB; }
span { border-color: rgb(183,3,203); }
td.TdClassName
{
border-color: #B703CB;
}
.TagClassName
{
border-color: #B703CB;
}
</style>