Shades of Deep Magenta #B504CB
Tints of Deep Magenta #B504CB
RGB
CMYK
RGB Variations
Color information
#B504CB (or 0xB504CB) is known color: Deep Magenta. HEX triplet: B5, 04 and CB. RGB value is (181,4,203). Sum of RGB (Red+Green+Blue) = 181+4+203=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #B504CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504CB is #4AFB34. Grayscale: #4E4E4E. Windows color (decimal): -4913973 or 13305013. OLE color: 13305013.
HSL color Cylindrical-coordinate representation of color #B504CB: hue angle of 293.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504CB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 4 | 203 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.20 |
| HSL | 293.37º | 0.96% | 0.41% | - |
| HSV(B) | 293.37º | 0.98% | 0.8% | - |
| XYZ | 29.88 | 14.22 | 57.67 | - |
| YUV | 79.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 203 | 0.11 | 0.98 | 0 | 0.20 | 293.37 | 0.96 | 0.41 |
| Hex | B5 | 4 | CB | B | 62 | 0 | 14 | 125 | 60 | 29 |
| Octal | 265 | 4 | 313 | 13 | 142 | 0 | 24 | 445 | 140 | 51 |
| Binary | 10110101 | 100 | 11001011 | 1011 | 1100010 | 0 | 10100 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B504CB
Complementary color
Monochromatic Colors of #B504CB
Black with #B504CB
Text Example
Text Example
White with #B504CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504CB; }
p { color: rgb(181,4,203); }
H1.HeaderClassName
{
color: #B504CB;
}
.AnyTagClassName
{
color: #B504CB;
}
</style>
background-color css
<style>
a { background-color: #B504CB; }
a { background-color: rgb(181,4,203); }
div.DivClassName
{
background-color: #B504CB;
}
.BgClassName
{
background-color: #B504CB;
}
</style>
border-color css
<style>
span { border-color: #B504CB; }
span { border-color: rgb(181,4,203); }
td.TdClassName
{
border-color: #B504CB;
}
.TagClassName
{
border-color: #B504CB;
}
</style>