Shades of Electric Purple #BE25FB
Tints of Electric Purple #BE25FB
RGB
CMYK
RGB Variations
Color information
#BE25FB (or 0xBE25FB) is known color: Electric Purple. HEX triplet: BE, 25 and FB. RGB value is (190,37,251). Sum of RGB (Red+Green+Blue) = 190+37+251=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE25FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE25FB is #41DA04. Grayscale: #6A6A6A. Windows color (decimal): -4315653 or 16459198. OLE color: 16459198.
HSL color Cylindrical-coordinate representation of color #BE25FB: hue angle of 282.9º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE25FB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 37 | 251 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.02 |
| HSL | 282.9º | 0.96% | 0.56% | - |
| HSV(B) | 282.9º | 0.85% | 0.98% | - |
| XYZ | 39.31 | 19.24 | 92.91 | - |
| YUV | 107.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 251 | 0.24 | 0.85 | 0 | 0.02 | 282.9 | 0.96 | 0.56 |
| Hex | BE | 25 | FB | 18 | 55 | 0 | 2 | 11B | 60 | 38 |
| Octal | 276 | 45 | 373 | 30 | 125 | 0 | 2 | 433 | 140 | 70 |
| Binary | 10111110 | 100101 | 11111011 | 11000 | 1010101 | 0 | 10 | 100011011 | 1100000 | 111000 |
Color Harmonies of #BE25FB
Complementary color
Monochromatic Colors of #BE25FB
Black with #BE25FB
Text Example
Text Example
White with #BE25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25FB; }
p { color: rgb(190,37,251); }
H1.HeaderClassName
{
color: #BE25FB;
}
.AnyTagClassName
{
color: #BE25FB;
}
</style>
background-color css
<style>
a { background-color: #BE25FB; }
a { background-color: rgb(190,37,251); }
div.DivClassName
{
background-color: #BE25FB;
}
.BgClassName
{
background-color: #BE25FB;
}
</style>
border-color css
<style>
span { border-color: #BE25FB; }
span { border-color: rgb(190,37,251); }
td.TdClassName
{
border-color: #BE25FB;
}
.TagClassName
{
border-color: #BE25FB;
}
</style>