Shades of Deep Magenta #B402BC
Tints of Deep Magenta #B402BC
RGB
CMYK
RGB Variations
Color information
#B402BC (or 0xB402BC) is known color: Deep Magenta. HEX triplet: B4, 02 and BC. RGB value is (180,2,188). Sum of RGB (Red+Green+Blue) = 180+2+188=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #B402BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402BC is #4BFD43. Grayscale: #4B4B4B. Windows color (decimal): -4980036 or 12321460. OLE color: 12321460.
HSL color Cylindrical-coordinate representation of color #B402BC: hue angle of 297.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402BC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 2 | 188 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.26 |
| HSL | 297.42º | 0.98% | 0.37% | - |
| HSV(B) | 297.42º | 0.99% | 0.74% | - |
| XYZ | 27.92 | 13.38 | 48.69 | - |
| YUV | 76.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 188 | 0.04 | 0.99 | 0 | 0.26 | 297.42 | 0.98 | 0.37 |
| Hex | B4 | 2 | BC | 4 | 63 | 0 | 1A | 129 | 62 | 25 |
| Octal | 264 | 2 | 274 | 4 | 143 | 0 | 32 | 451 | 142 | 45 |
| Binary | 10110100 | 10 | 10111100 | 100 | 1100011 | 0 | 11010 | 100101001 | 1100010 | 100101 |
Color Harmonies of #B402BC
Complementary color
Monochromatic Colors of #B402BC
Black with #B402BC
Text Example
Text Example
White with #B402BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402BC; }
p { color: rgb(180,2,188); }
H1.HeaderClassName
{
color: #B402BC;
}
.AnyTagClassName
{
color: #B402BC;
}
</style>
background-color css
<style>
a { background-color: #B402BC; }
a { background-color: rgb(180,2,188); }
div.DivClassName
{
background-color: #B402BC;
}
.BgClassName
{
background-color: #B402BC;
}
</style>
border-color css
<style>
span { border-color: #B402BC; }
span { border-color: rgb(180,2,188); }
td.TdClassName
{
border-color: #B402BC;
}
.TagClassName
{
border-color: #B402BC;
}
</style>