Shades of Deep Magenta #B503CC
Tints of Deep Magenta #B503CC
RGB
CMYK
RGB Variations
Color information
#B503CC (or 0xB503CC) is known color: Deep Magenta. HEX triplet: B5, 03 and CC. RGB value is (181,3,204). Sum of RGB (Red+Green+Blue) = 181+3+204=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B503CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503CC is #4AFC33. Grayscale: #4E4E4E. Windows color (decimal): -4914228 or 13370293. OLE color: 13370293.
HSL color Cylindrical-coordinate representation of color #B503CC: hue angle of 293.13º 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 #B503CC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 3 | 204 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.2 |
| HSL | 293.13º | 0.97% | 0.41% | - |
| HSV(B) | 293.13º | 0.99% | 0.8% | - |
| XYZ | 29.99 | 14.25 | 58.3 | - |
| YUV | 79.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 204 | 0.11 | 0.99 | 0 | 0.2 | 293.13 | 0.97 | 0.41 |
| Hex | B5 | 3 | CC | B | 63 | 0 | 14 | 125 | 61 | 29 |
| Octal | 265 | 3 | 314 | 13 | 143 | 0 | 24 | 445 | 141 | 51 |
| Binary | 10110101 | 11 | 11001100 | 1011 | 1100011 | 0 | 10100 | 100100101 | 1100001 | 101001 |
Color Harmonies of #B503CC
Complementary color
Monochromatic Colors of #B503CC
Black with #B503CC
Text Example
Text Example
White with #B503CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503CC; }
p { color: rgb(181,3,204); }
H1.HeaderClassName
{
color: #B503CC;
}
.AnyTagClassName
{
color: #B503CC;
}
</style>
background-color css
<style>
a { background-color: #B503CC; }
a { background-color: rgb(181,3,204); }
div.DivClassName
{
background-color: #B503CC;
}
.BgClassName
{
background-color: #B503CC;
}
</style>
border-color css
<style>
span { border-color: #B503CC; }
span { border-color: rgb(181,3,204); }
td.TdClassName
{
border-color: #B503CC;
}
.TagClassName
{
border-color: #B503CC;
}
</style>