Shades of Electric Purple #B902F8
Tints of Electric Purple #B902F8
RGB
CMYK
RGB Variations
Color information
#B902F8 (or 0xB902F8) is known color: Electric Purple. HEX triplet: B9, 02 and F8. RGB value is (185,2,248). Sum of RGB (Red+Green+Blue) = 185+2+248=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #B902F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902F8 is #46FD07. Grayscale: #535353. Windows color (decimal): -4652296 or 16253625. OLE color: 16253625.
HSL color Cylindrical-coordinate representation of color #B902F8: hue angle of 284.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902F8 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 2 | 248 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.03 |
| HSL | 284.63º | 0.98% | 0.49% | - |
| HSV(B) | 284.63º | 0.99% | 0.97% | - |
| XYZ | 36.97 | 17.14 | 90.17 | - |
| YUV | 84.76 | 220.13 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 248 | 0.25 | 0.99 | 0 | 0.03 | 284.63 | 0.98 | 0.49 |
| Hex | B9 | 2 | F8 | 19 | 63 | 0 | 3 | 11D | 62 | 31 |
| Octal | 271 | 2 | 370 | 31 | 143 | 0 | 3 | 435 | 142 | 61 |
| Binary | 10111001 | 10 | 11111000 | 11001 | 1100011 | 0 | 11 | 100011101 | 1100010 | 110001 |
Color Harmonies of #B902F8
Complementary color
Monochromatic Colors of #B902F8
Black with #B902F8
Text Example
Text Example
White with #B902F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902F8; }
p { color: rgb(185,2,248); }
H1.HeaderClassName
{
color: #B902F8;
}
.AnyTagClassName
{
color: #B902F8;
}
</style>
background-color css
<style>
a { background-color: #B902F8; }
a { background-color: rgb(185,2,248); }
div.DivClassName
{
background-color: #B902F8;
}
.BgClassName
{
background-color: #B902F8;
}
</style>
border-color css
<style>
span { border-color: #B902F8; }
span { border-color: rgb(185,2,248); }
td.TdClassName
{
border-color: #B902F8;
}
.TagClassName
{
border-color: #B902F8;
}
</style>