Shades of Deep Magenta #B703BD
Tints of Deep Magenta #B703BD
RGB
CMYK
RGB Variations
Color information
#B703BD (or 0xB703BD) is known color: Deep Magenta. HEX triplet: B7, 03 and BD. RGB value is (183,3,189). Sum of RGB (Red+Green+Blue) = 183+3+189=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B703BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703BD is #48FC42. Grayscale: #4D4D4D. Windows color (decimal): -4783171 or 12387255. OLE color: 12387255.
HSL color Cylindrical-coordinate representation of color #B703BD: hue angle of 298.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B703BD is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 3 | 189 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.26 |
| HSL | 298.06º | 0.97% | 0.38% | - |
| HSV(B) | 298.06º | 0.98% | 0.74% | - |
| XYZ | 28.75 | 13.81 | 49.29 | - |
| YUV | 78.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 189 | 0.03 | 0.98 | 0 | 0.26 | 298.06 | 0.97 | 0.38 |
| Hex | B7 | 3 | BD | 3 | 62 | 0 | 1A | 12A | 61 | 26 |
| Octal | 267 | 3 | 275 | 3 | 142 | 0 | 32 | 452 | 141 | 46 |
| Binary | 10110111 | 11 | 10111101 | 11 | 1100010 | 0 | 11010 | 100101010 | 1100001 | 100110 |
Color Harmonies of #B703BD
Complementary color
Monochromatic Colors of #B703BD
Black with #B703BD
Text Example
Text Example
White with #B703BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703BD; }
p { color: rgb(183,3,189); }
H1.HeaderClassName
{
color: #B703BD;
}
.AnyTagClassName
{
color: #B703BD;
}
</style>
background-color css
<style>
a { background-color: #B703BD; }
a { background-color: rgb(183,3,189); }
div.DivClassName
{
background-color: #B703BD;
}
.BgClassName
{
background-color: #B703BD;
}
</style>
border-color css
<style>
span { border-color: #B703BD; }
span { border-color: rgb(183,3,189); }
td.TdClassName
{
border-color: #B703BD;
}
.TagClassName
{
border-color: #B703BD;
}
</style>