Shades of Deep Magenta #B403BE
Tints of Deep Magenta #B403BE
RGB
CMYK
RGB Variations
Color information
#B403BE (or 0xB403BE) is known color: Deep Magenta. HEX triplet: B4, 03 and BE. RGB value is (180,3,190). Sum of RGB (Red+Green+Blue) = 180+3+190=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #B403BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403BE is #4BFC41. Grayscale: #4C4C4C. Windows color (decimal): -4979778 or 12452788. OLE color: 12452788.
HSL color Cylindrical-coordinate representation of color #B403BE: hue angle of 296.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403BE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 3 | 190 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.25 |
| HSL | 296.79º | 0.97% | 0.38% | - |
| HSV(B) | 296.79º | 0.98% | 0.75% | - |
| XYZ | 28.15 | 13.49 | 49.83 | - |
| YUV | 77.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 190 | 0.05 | 0.98 | 0 | 0.25 | 296.79 | 0.97 | 0.38 |
| Hex | B4 | 3 | BE | 5 | 62 | 0 | 19 | 129 | 61 | 26 |
| Octal | 264 | 3 | 276 | 5 | 142 | 0 | 31 | 451 | 141 | 46 |
| Binary | 10110100 | 11 | 10111110 | 101 | 1100010 | 0 | 11001 | 100101001 | 1100001 | 100110 |
Color Harmonies of #B403BE
Complementary color
Monochromatic Colors of #B403BE
Black with #B403BE
Text Example
Text Example
White with #B403BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403BE; }
p { color: rgb(180,3,190); }
H1.HeaderClassName
{
color: #B403BE;
}
.AnyTagClassName
{
color: #B403BE;
}
</style>
background-color css
<style>
a { background-color: #B403BE; }
a { background-color: rgb(180,3,190); }
div.DivClassName
{
background-color: #B403BE;
}
.BgClassName
{
background-color: #B403BE;
}
</style>
border-color css
<style>
span { border-color: #B403BE; }
span { border-color: rgb(180,3,190); }
td.TdClassName
{
border-color: #B403BE;
}
.TagClassName
{
border-color: #B403BE;
}
</style>