Shades of Electric Purple #B902FC
Tints of Electric Purple #B902FC
RGB
CMYK
RGB Variations
Color information
#B902FC (or 0xB902FC) is known color: Electric Purple. HEX triplet: B9, 02 and FC. RGB value is (185,2,252). Sum of RGB (Red+Green+Blue) = 185+2+252=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #B902FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902FC is #46FD03. Grayscale: #545454. Windows color (decimal): -4652292 or 16515769. OLE color: 16515769.
HSL color Cylindrical-coordinate representation of color #B902FC: hue angle of 283.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902FC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 2 | 252 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.01 |
| HSL | 283.92º | 0.98% | 0.5% | - |
| HSV(B) | 283.92º | 0.99% | 0.99% | - |
| XYZ | 37.6 | 17.39 | 93.47 | - |
| YUV | 85.22 | 222.13 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 252 | 0.27 | 0.99 | 0 | 0.01 | 283.92 | 0.98 | 0.5 |
| Hex | B9 | 2 | FC | 1B | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 271 | 2 | 374 | 33 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111001 | 10 | 11111100 | 11011 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B902FC
Complementary color
Monochromatic Colors of #B902FC
Black with #B902FC
Text Example
Text Example
White with #B902FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902FC; }
p { color: rgb(185,2,252); }
H1.HeaderClassName
{
color: #B902FC;
}
.AnyTagClassName
{
color: #B902FC;
}
</style>
background-color css
<style>
a { background-color: #B902FC; }
a { background-color: rgb(185,2,252); }
div.DivClassName
{
background-color: #B902FC;
}
.BgClassName
{
background-color: #B902FC;
}
</style>
border-color css
<style>
span { border-color: #B902FC; }
span { border-color: rgb(185,2,252); }
td.TdClassName
{
border-color: #B902FC;
}
.TagClassName
{
border-color: #B902FC;
}
</style>