Shades of Deep Magenta #BE0FB5
Tints of Deep Magenta #BE0FB5
RGB
CMYK
RGB Variations
Color information
#BE0FB5 (or 0xBE0FB5) is known color: Deep Magenta. HEX triplet: BE, 0F and B5. RGB value is (190,15,181). Sum of RGB (Red+Green+Blue) = 190+15+181=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FB5 is #41F04A. Grayscale: #555555. Windows color (decimal): -4321355 or 11866046. OLE color: 11866046.
HSL color Cylindrical-coordinate representation of color #BE0FB5: hue angle of 303.09º 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 #BE0FB5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 181 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.25 |
| HSL | 303.09º | 0.85% | 0.4% | - |
| HSV(B) | 303.09º | 0.92% | 0.75% | - |
| XYZ | 29.75 | 14.62 | 44.97 | - |
| YUV | 86.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 181 | 0 | 0.92 | 0.05 | 0.25 | 303.09 | 0.85 | 0.4 |
| Hex | BE | F | B5 | 0 | 5C | 5 | 19 | 12F | 55 | 28 |
| Octal | 276 | 17 | 265 | 0 | 134 | 5 | 31 | 457 | 125 | 50 |
| Binary | 10111110 | 1111 | 10110101 | 0 | 1011100 | 101 | 11001 | 100101111 | 1010101 | 101000 |
Color Harmonies of #BE0FB5
Complementary color
Monochromatic Colors of #BE0FB5
Black with #BE0FB5
Text Example
Text Example
White with #BE0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FB5; }
p { color: rgb(190,15,181); }
H1.HeaderClassName
{
color: #BE0FB5;
}
.AnyTagClassName
{
color: #BE0FB5;
}
</style>
background-color css
<style>
a { background-color: #BE0FB5; }
a { background-color: rgb(190,15,181); }
div.DivClassName
{
background-color: #BE0FB5;
}
.BgClassName
{
background-color: #BE0FB5;
}
</style>
border-color css
<style>
span { border-color: #BE0FB5; }
span { border-color: rgb(190,15,181); }
td.TdClassName
{
border-color: #BE0FB5;
}
.TagClassName
{
border-color: #BE0FB5;
}
</style>