Shades of Deep Magenta #B400BE
Tints of Deep Magenta #B400BE
RGB
CMYK
RGB Variations
Color information
#B400BE (or 0xB400BE) is known color: Deep Magenta. HEX triplet: B4, 00 and BE. RGB value is (180,0,190). Sum of RGB (Red+Green+Blue) = 180+0+190=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #B400BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400BE is #4BFF41. Grayscale: #4A4A4A. Windows color (decimal): -4980546 or 12452020. OLE color: 12452020.
HSL color Cylindrical-coordinate representation of color #B400BE: hue angle of 296.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400BE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 0 | 190 | - |
| CMYK | 0.05 | 1 | 0 | 0.25 |
| HSL | 296.84º | 1% | 0.37% | - |
| HSV(B) | 296.84º | 1% | 0.75% | - |
| XYZ | 28.12 | 13.42 | 49.82 | - |
| YUV | 75.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 190 | 0.05 | 1 | 0 | 0.25 | 296.84 | 1 | 0.37 |
| Hex | B4 | 0 | BE | 5 | 64 | 0 | 19 | 129 | 64 | 25 |
| Octal | 264 | 0 | 276 | 5 | 144 | 0 | 31 | 451 | 144 | 45 |
| Binary | 10110100 | 0 | 10111110 | 101 | 1100100 | 0 | 11001 | 100101001 | 1100100 | 100101 |
Color Harmonies of #B400BE
Complementary color
Monochromatic Colors of #B400BE
Black with #B400BE
Text Example
Text Example
White with #B400BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400BE; }
p { color: rgb(180,0,190); }
H1.HeaderClassName
{
color: #B400BE;
}
.AnyTagClassName
{
color: #B400BE;
}
</style>
background-color css
<style>
a { background-color: #B400BE; }
a { background-color: rgb(180,0,190); }
div.DivClassName
{
background-color: #B400BE;
}
.BgClassName
{
background-color: #B400BE;
}
</style>
border-color css
<style>
span { border-color: #B400BE; }
span { border-color: rgb(180,0,190); }
td.TdClassName
{
border-color: #B400BE;
}
.TagClassName
{
border-color: #B400BE;
}
</style>