Shades of Deep Magenta #B403BB
Tints of Deep Magenta #B403BB
RGB
CMYK
RGB Variations
Color information
#B403BB (or 0xB403BB) is known color: Deep Magenta. HEX triplet: B4, 03 and BB. RGB value is (180,3,187). Sum of RGB (Red+Green+Blue) = 180+3+187=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #B403BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403BB is #4BFC44. Grayscale: #4C4C4C. Windows color (decimal): -4979781 or 12256180. OLE color: 12256180.
HSL color Cylindrical-coordinate representation of color #B403BB: hue angle of 297.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403BB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 3 | 187 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.27 |
| HSL | 297.72º | 0.97% | 0.37% | - |
| HSV(B) | 297.72º | 0.98% | 0.73% | - |
| XYZ | 27.82 | 13.36 | 48.13 | - |
| YUV | 76.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 187 | 0.04 | 0.98 | 0 | 0.27 | 297.72 | 0.97 | 0.37 |
| Hex | B4 | 3 | BB | 4 | 62 | 0 | 1B | 12A | 61 | 25 |
| Octal | 264 | 3 | 273 | 4 | 142 | 0 | 33 | 452 | 141 | 45 |
| Binary | 10110100 | 11 | 10111011 | 100 | 1100010 | 0 | 11011 | 100101010 | 1100001 | 100101 |
Color Harmonies of #B403BB
Complementary color
Monochromatic Colors of #B403BB
Black with #B403BB
Text Example
Text Example
White with #B403BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403BB; }
p { color: rgb(180,3,187); }
H1.HeaderClassName
{
color: #B403BB;
}
.AnyTagClassName
{
color: #B403BB;
}
</style>
background-color css
<style>
a { background-color: #B403BB; }
a { background-color: rgb(180,3,187); }
div.DivClassName
{
background-color: #B403BB;
}
.BgClassName
{
background-color: #B403BB;
}
</style>
border-color css
<style>
span { border-color: #B403BB; }
span { border-color: rgb(180,3,187); }
td.TdClassName
{
border-color: #B403BB;
}
.TagClassName
{
border-color: #B403BB;
}
</style>