Shades of Deep Magenta #BE0FB3
Tints of Deep Magenta #BE0FB3
RGB
CMYK
RGB Variations
Color information
#BE0FB3 (or 0xBE0FB3) is known color: Deep Magenta. HEX triplet: BE, 0F and B3. RGB value is (190,15,179). Sum of RGB (Red+Green+Blue) = 190+15+179=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FB3 is #41F04C. Grayscale: #555555. Windows color (decimal): -4321357 or 11734974. OLE color: 11734974.
HSL color Cylindrical-coordinate representation of color #BE0FB3: hue angle of 303.77º 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 #BE0FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 179 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.25 |
| HSL | 303.77º | 0.85% | 0.4% | - |
| HSV(B) | 303.77º | 0.92% | 0.75% | - |
| XYZ | 29.54 | 14.54 | 43.9 | - |
| YUV | 86.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 179 | 0 | 0.92 | 0.06 | 0.25 | 303.77 | 0.85 | 0.4 |
| Hex | BE | F | B3 | 0 | 5C | 6 | 19 | 130 | 55 | 28 |
| Octal | 276 | 17 | 263 | 0 | 134 | 6 | 31 | 460 | 125 | 50 |
| Binary | 10111110 | 1111 | 10110011 | 0 | 1011100 | 110 | 11001 | 100110000 | 1010101 | 101000 |
Color Harmonies of #BE0FB3
Complementary color
Monochromatic Colors of #BE0FB3
Black with #BE0FB3
Text Example
Text Example
White with #BE0FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FB3; }
p { color: rgb(190,15,179); }
H1.HeaderClassName
{
color: #BE0FB3;
}
.AnyTagClassName
{
color: #BE0FB3;
}
</style>
background-color css
<style>
a { background-color: #BE0FB3; }
a { background-color: rgb(190,15,179); }
div.DivClassName
{
background-color: #BE0FB3;
}
.BgClassName
{
background-color: #BE0FB3;
}
</style>
border-color css
<style>
span { border-color: #BE0FB3; }
span { border-color: rgb(190,15,179); }
td.TdClassName
{
border-color: #BE0FB3;
}
.TagClassName
{
border-color: #BE0FB3;
}
</style>