Shades of Deep Magenta #B402B3
Tints of Deep Magenta #B402B3
RGB
CMYK
RGB Variations
Color information
#B402B3 (or 0xB402B3) is known color: Deep Magenta. HEX triplet: B4, 02 and B3. RGB value is (180,2,179). Sum of RGB (Red+Green+Blue) = 180+2+179=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B402B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402B3 is #4BFD4C. Grayscale: #4A4A4A. Windows color (decimal): -4980045 or 11731636. OLE color: 11731636.
HSL color Cylindrical-coordinate representation of color #B402B3: hue angle of 300.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402B3 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.29 |
| HSL | 300.34º | 0.98% | 0.36% | - |
| HSV(B) | 300.34º | 0.99% | 0.71% | - |
| XYZ | 26.98 | 13 | 43.74 | - |
| YUV | 75.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 179 | 0 | 0.99 | 0.01 | 0.29 | 300.34 | 0.98 | 0.36 |
| Hex | B4 | 2 | B3 | 0 | 63 | 1 | 1D | 12C | 62 | 24 |
| Octal | 264 | 2 | 263 | 0 | 143 | 1 | 35 | 454 | 142 | 44 |
| Binary | 10110100 | 10 | 10110011 | 0 | 1100011 | 1 | 11101 | 100101100 | 1100010 | 100100 |
Color Harmonies of #B402B3
Complementary color
Monochromatic Colors of #B402B3
Black with #B402B3
Text Example
Text Example
White with #B402B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402B3; }
p { color: rgb(180,2,179); }
H1.HeaderClassName
{
color: #B402B3;
}
.AnyTagClassName
{
color: #B402B3;
}
</style>
background-color css
<style>
a { background-color: #B402B3; }
a { background-color: rgb(180,2,179); }
div.DivClassName
{
background-color: #B402B3;
}
.BgClassName
{
background-color: #B402B3;
}
</style>
border-color css
<style>
span { border-color: #B402B3; }
span { border-color: rgb(180,2,179); }
td.TdClassName
{
border-color: #B402B3;
}
.TagClassName
{
border-color: #B402B3;
}
</style>