Shades of Electric Purple #B902EA
Tints of Electric Purple #B902EA
RGB
CMYK
RGB Variations
Color information
#B902EA (or 0xB902EA) is known color: Electric Purple. HEX triplet: B9, 02 and EA. RGB value is (185,2,234). Sum of RGB (Red+Green+Blue) = 185+2+234=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #B902EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902EA is #46FD15. Grayscale: #525252. Windows color (decimal): -4652310 or 15336121. OLE color: 15336121.
HSL color Cylindrical-coordinate representation of color #B902EA: hue angle of 287.33º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902EA is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 2 | 234 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.08 |
| HSL | 287.33º | 0.98% | 0.46% | - |
| HSV(B) | 287.33º | 0.99% | 0.92% | - |
| XYZ | 34.88 | 16.3 | 79.15 | - |
| YUV | 83.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 234 | 0.21 | 0.99 | 0 | 0.08 | 287.33 | 0.98 | 0.46 |
| Hex | B9 | 2 | EA | 15 | 63 | 0 | 8 | 11F | 62 | 2E |
| Octal | 271 | 2 | 352 | 25 | 143 | 0 | 10 | 437 | 142 | 56 |
| Binary | 10111001 | 10 | 11101010 | 10101 | 1100011 | 0 | 1000 | 100011111 | 1100010 | 101110 |
Color Harmonies of #B902EA
Complementary color
Monochromatic Colors of #B902EA
Black with #B902EA
Text Example
Text Example
White with #B902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902EA; }
p { color: rgb(185,2,234); }
H1.HeaderClassName
{
color: #B902EA;
}
.AnyTagClassName
{
color: #B902EA;
}
</style>
background-color css
<style>
a { background-color: #B902EA; }
a { background-color: rgb(185,2,234); }
div.DivClassName
{
background-color: #B902EA;
}
.BgClassName
{
background-color: #B902EA;
}
</style>
border-color css
<style>
span { border-color: #B902EA; }
span { border-color: rgb(185,2,234); }
td.TdClassName
{
border-color: #B902EA;
}
.TagClassName
{
border-color: #B902EA;
}
</style>