Shades of Deep Magenta #BE0FB2
Tints of Deep Magenta #BE0FB2
RGB
CMYK
RGB Variations
Color information
#BE0FB2 (or 0xBE0FB2) is known color: Deep Magenta. HEX triplet: BE, 0F and B2. RGB value is (190,15,178). Sum of RGB (Red+Green+Blue) = 190+15+178=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FB2 is #41F04D. Grayscale: #555555. Windows color (decimal): -4321358 or 11669438. OLE color: 11669438.
HSL color Cylindrical-coordinate representation of color #BE0FB2: hue angle of 304.11º 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 #BE0FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 178 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.25 |
| HSL | 304.11º | 0.85% | 0.4% | - |
| HSV(B) | 304.11º | 0.92% | 0.75% | - |
| XYZ | 29.44 | 14.5 | 43.37 | - |
| YUV | 85.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 178 | 0 | 0.92 | 0.06 | 0.25 | 304.11 | 0.85 | 0.4 |
| Hex | BE | F | B2 | 0 | 5C | 6 | 19 | 130 | 55 | 28 |
| Octal | 276 | 17 | 262 | 0 | 134 | 6 | 31 | 460 | 125 | 50 |
| Binary | 10111110 | 1111 | 10110010 | 0 | 1011100 | 110 | 11001 | 100110000 | 1010101 | 101000 |
Color Harmonies of #BE0FB2
Complementary color
Monochromatic Colors of #BE0FB2
Black with #BE0FB2
Text Example
Text Example
White with #BE0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FB2; }
p { color: rgb(190,15,178); }
H1.HeaderClassName
{
color: #BE0FB2;
}
.AnyTagClassName
{
color: #BE0FB2;
}
</style>
background-color css
<style>
a { background-color: #BE0FB2; }
a { background-color: rgb(190,15,178); }
div.DivClassName
{
background-color: #BE0FB2;
}
.BgClassName
{
background-color: #BE0FB2;
}
</style>
border-color css
<style>
span { border-color: #BE0FB2; }
span { border-color: rgb(190,15,178); }
td.TdClassName
{
border-color: #BE0FB2;
}
.TagClassName
{
border-color: #BE0FB2;
}
</style>