Shades of Electric Purple #B902FD
Tints of Electric Purple #B902FD
RGB
CMYK
RGB Variations
Color information
#B902FD (or 0xB902FD) is known color: Electric Purple. HEX triplet: B9, 02 and FD. RGB value is (185,2,253). Sum of RGB (Red+Green+Blue) = 185+2+253=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #B902FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902FD is #46FD02. Grayscale: #545454. Windows color (decimal): -4652291 or 16581305. OLE color: 16581305.
HSL color Cylindrical-coordinate representation of color #B902FD: hue angle of 283.75º 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 #B902FD is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 2 | 253 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.01 |
| HSL | 283.75º | 0.98% | 0.5% | - |
| HSV(B) | 283.75º | 0.99% | 0.99% | - |
| XYZ | 37.76 | 17.45 | 94.31 | - |
| YUV | 85.33 | 222.63 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 253 | 0.27 | 0.99 | 0 | 0.01 | 283.75 | 0.98 | 0.5 |
| Hex | B9 | 2 | FD | 1B | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 271 | 2 | 375 | 33 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111001 | 10 | 11111101 | 11011 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B902FD
Complementary color
Monochromatic Colors of #B902FD
Black with #B902FD
Text Example
Text Example
White with #B902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902FD; }
p { color: rgb(185,2,253); }
H1.HeaderClassName
{
color: #B902FD;
}
.AnyTagClassName
{
color: #B902FD;
}
</style>
background-color css
<style>
a { background-color: #B902FD; }
a { background-color: rgb(185,2,253); }
div.DivClassName
{
background-color: #B902FD;
}
.BgClassName
{
background-color: #B902FD;
}
</style>
border-color css
<style>
span { border-color: #B902FD; }
span { border-color: rgb(185,2,253); }
td.TdClassName
{
border-color: #B902FD;
}
.TagClassName
{
border-color: #B902FD;
}
</style>