Shades of Deep Magenta #B402CB
Tints of Deep Magenta #B402CB
RGB
CMYK
RGB Variations
Color information
#B402CB (or 0xB402CB) is known color: Deep Magenta. HEX triplet: B4, 02 and CB. RGB value is (180,2,203). Sum of RGB (Red+Green+Blue) = 180+2+203=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #B402CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402CB is #4BFD34. Grayscale: #4D4D4D. Windows color (decimal): -4980021 or 13304500. OLE color: 13304500.
HSL color Cylindrical-coordinate representation of color #B402CB: hue angle of 293.13º degrees, saturation: 0.98, 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 #B402CB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 2 | 203 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.20 |
| HSL | 293.13º | 0.98% | 0.4% | - |
| HSV(B) | 293.13º | 0.99% | 0.8% | - |
| XYZ | 29.62 | 14.06 | 57.65 | - |
| YUV | 78.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 203 | 0.11 | 0.99 | 0 | 0.20 | 293.13 | 0.98 | 0.4 |
| Hex | B4 | 2 | CB | B | 63 | 0 | 14 | 125 | 62 | 28 |
| Octal | 264 | 2 | 313 | 13 | 143 | 0 | 24 | 445 | 142 | 50 |
| Binary | 10110100 | 10 | 11001011 | 1011 | 1100011 | 0 | 10100 | 100100101 | 1100010 | 101000 |
Color Harmonies of #B402CB
Complementary color
Monochromatic Colors of #B402CB
Black with #B402CB
Text Example
Text Example
White with #B402CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402CB; }
p { color: rgb(180,2,203); }
H1.HeaderClassName
{
color: #B402CB;
}
.AnyTagClassName
{
color: #B402CB;
}
</style>
background-color css
<style>
a { background-color: #B402CB; }
a { background-color: rgb(180,2,203); }
div.DivClassName
{
background-color: #B402CB;
}
.BgClassName
{
background-color: #B402CB;
}
</style>
border-color css
<style>
span { border-color: #B402CB; }
span { border-color: rgb(180,2,203); }
td.TdClassName
{
border-color: #B402CB;
}
.TagClassName
{
border-color: #B402CB;
}
</style>