Shades of Deep Magenta #BE0FB4
Tints of Deep Magenta #BE0FB4
RGB
CMYK
RGB Variations
Color information
#BE0FB4 (or 0xBE0FB4) is known color: Deep Magenta. HEX triplet: BE, 0F and B4. RGB value is (190,15,180). Sum of RGB (Red+Green+Blue) = 190+15+180=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FB4 is #41F04B. Grayscale: #555555. Windows color (decimal): -4321356 or 11800510. OLE color: 11800510.
HSL color Cylindrical-coordinate representation of color #BE0FB4: hue angle of 303.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.25 |
| HSL | 303.43º | 0.85% | 0.4% | - |
| HSV(B) | 303.43º | 0.92% | 0.75% | - |
| XYZ | 29.64 | 14.58 | 44.43 | - |
| YUV | 86.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 180 | 0 | 0.92 | 0.05 | 0.25 | 303.43 | 0.85 | 0.4 |
| Hex | BE | F | B4 | 0 | 5C | 5 | 19 | 12F | 55 | 28 |
| Octal | 276 | 17 | 264 | 0 | 134 | 5 | 31 | 457 | 125 | 50 |
| Binary | 10111110 | 1111 | 10110100 | 0 | 1011100 | 101 | 11001 | 100101111 | 1010101 | 101000 |
Color Harmonies of #BE0FB4
Complementary color
Monochromatic Colors of #BE0FB4
Black with #BE0FB4
Text Example
Text Example
White with #BE0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FB4; }
p { color: rgb(190,15,180); }
H1.HeaderClassName
{
color: #BE0FB4;
}
.AnyTagClassName
{
color: #BE0FB4;
}
</style>
background-color css
<style>
a { background-color: #BE0FB4; }
a { background-color: rgb(190,15,180); }
div.DivClassName
{
background-color: #BE0FB4;
}
.BgClassName
{
background-color: #BE0FB4;
}
</style>
border-color css
<style>
span { border-color: #BE0FB4; }
span { border-color: rgb(190,15,180); }
td.TdClassName
{
border-color: #BE0FB4;
}
.TagClassName
{
border-color: #BE0FB4;
}
</style>