Shades of Deep Magenta #B402C0
Tints of Deep Magenta #B402C0
RGB
CMYK
RGB Variations
Color information
#B402C0 (or 0xB402C0) is known color: Deep Magenta. HEX triplet: B4, 02 and C0. RGB value is (180,2,192). Sum of RGB (Red+Green+Blue) = 180+2+192=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #B402C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402C0 is #4BFD3F. Grayscale: #4C4C4C. Windows color (decimal): -4980032 or 12583604. OLE color: 12583604.
HSL color Cylindrical-coordinate representation of color #B402C0: hue angle of 296.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402C0 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 2 | 192 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.25 |
| HSL | 296.21º | 0.98% | 0.38% | - |
| HSV(B) | 296.21º | 0.99% | 0.75% | - |
| XYZ | 28.36 | 13.55 | 50.99 | - |
| YUV | 76.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 192 | 0.06 | 0.99 | 0 | 0.25 | 296.21 | 0.98 | 0.38 |
| Hex | B4 | 2 | C0 | 6 | 63 | 0 | 19 | 128 | 62 | 26 |
| Octal | 264 | 2 | 300 | 6 | 143 | 0 | 31 | 450 | 142 | 46 |
| Binary | 10110100 | 10 | 11000000 | 110 | 1100011 | 0 | 11001 | 100101000 | 1100010 | 100110 |
Color Harmonies of #B402C0
Complementary color
Monochromatic Colors of #B402C0
Black with #B402C0
Text Example
Text Example
White with #B402C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402C0; }
p { color: rgb(180,2,192); }
H1.HeaderClassName
{
color: #B402C0;
}
.AnyTagClassName
{
color: #B402C0;
}
</style>
background-color css
<style>
a { background-color: #B402C0; }
a { background-color: rgb(180,2,192); }
div.DivClassName
{
background-color: #B402C0;
}
.BgClassName
{
background-color: #B402C0;
}
</style>
border-color css
<style>
span { border-color: #B402C0; }
span { border-color: rgb(180,2,192); }
td.TdClassName
{
border-color: #B402C0;
}
.TagClassName
{
border-color: #B402C0;
}
</style>