Shades of Electric Purple #B902F3
Tints of Electric Purple #B902F3
RGB
CMYK
RGB Variations
Color information
#B902F3 (or 0xB902F3) is known color: Electric Purple. HEX triplet: B9, 02 and F3. RGB value is (185,2,243). Sum of RGB (Red+Green+Blue) = 185+2+243=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #B902F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902F3 is #46FD0C. Grayscale: #535353. Windows color (decimal): -4652301 or 15925945. OLE color: 15925945.
HSL color Cylindrical-coordinate representation of color #B902F3: hue angle of 285.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902F3 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 2 | 243 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.05 |
| HSL | 285.56º | 0.98% | 0.48% | - |
| HSV(B) | 285.56º | 0.99% | 0.95% | - |
| XYZ | 36.21 | 16.83 | 86.13 | - |
| YUV | 84.19 | 217.63 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 243 | 0.24 | 0.99 | 0 | 0.05 | 285.56 | 0.98 | 0.48 |
| Hex | B9 | 2 | F3 | 18 | 63 | 0 | 5 | 11E | 62 | 30 |
| Octal | 271 | 2 | 363 | 30 | 143 | 0 | 5 | 436 | 142 | 60 |
| Binary | 10111001 | 10 | 11110011 | 11000 | 1100011 | 0 | 101 | 100011110 | 1100010 | 110000 |
Color Harmonies of #B902F3
Complementary color
Monochromatic Colors of #B902F3
Black with #B902F3
Text Example
Text Example
White with #B902F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902F3; }
p { color: rgb(185,2,243); }
H1.HeaderClassName
{
color: #B902F3;
}
.AnyTagClassName
{
color: #B902F3;
}
</style>
background-color css
<style>
a { background-color: #B902F3; }
a { background-color: rgb(185,2,243); }
div.DivClassName
{
background-color: #B902F3;
}
.BgClassName
{
background-color: #B902F3;
}
</style>
border-color css
<style>
span { border-color: #B902F3; }
span { border-color: rgb(185,2,243); }
td.TdClassName
{
border-color: #B902F3;
}
.TagClassName
{
border-color: #B902F3;
}
</style>