Shades of Electric Purple #BE0FFB
Tints of Electric Purple #BE0FFB
RGB
CMYK
RGB Variations
Color information
#BE0FFB (or 0xBE0FFB) is known color: Electric Purple. HEX triplet: BE, 0F and FB. RGB value is (190,15,251). Sum of RGB (Red+Green+Blue) = 190+15+251=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FFB is #41F004. Grayscale: #5D5D5D. Windows color (decimal): -4321285 or 16453566. OLE color: 16453566.
HSL color Cylindrical-coordinate representation of color #BE0FFB: hue angle of 284.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0FFB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 15 | 251 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.02 |
| HSL | 284.49º | 0.97% | 0.52% | - |
| HSV(B) | 284.49º | 0.94% | 0.98% | - |
| XYZ | 38.82 | 18.25 | 92.74 | - |
| YUV | 94.23 | 216.48 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 251 | 0.24 | 0.94 | 0 | 0.02 | 284.49 | 0.97 | 0.52 |
| Hex | BE | F | FB | 18 | 5E | 0 | 2 | 11C | 61 | 34 |
| Octal | 276 | 17 | 373 | 30 | 136 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111110 | 1111 | 11111011 | 11000 | 1011110 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BE0FFB
Complementary color
Monochromatic Colors of #BE0FFB
Black with #BE0FFB
Text Example
Text Example
White with #BE0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FFB; }
p { color: rgb(190,15,251); }
H1.HeaderClassName
{
color: #BE0FFB;
}
.AnyTagClassName
{
color: #BE0FFB;
}
</style>
background-color css
<style>
a { background-color: #BE0FFB; }
a { background-color: rgb(190,15,251); }
div.DivClassName
{
background-color: #BE0FFB;
}
.BgClassName
{
background-color: #BE0FFB;
}
</style>
border-color css
<style>
span { border-color: #BE0FFB; }
span { border-color: rgb(190,15,251); }
td.TdClassName
{
border-color: #BE0FFB;
}
.TagClassName
{
border-color: #BE0FFB;
}
</style>