Shades of Electric Purple #BD02FA
Tints of Electric Purple #BD02FA
RGB
CMYK
RGB Variations
Color information
#BD02FA (or 0xBD02FA) is known color: Electric Purple. HEX triplet: BD, 02 and FA. RGB value is (189,2,250). Sum of RGB (Red+Green+Blue) = 189+2+250=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD02FA is #42FD05. Grayscale: #555555. Windows color (decimal): -4390150 or 16384701. OLE color: 16384701.
HSL color Cylindrical-coordinate representation of color #BD02FA: hue angle of 285.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02FA is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 2 | 250 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.02 |
| HSL | 285.24º | 0.98% | 0.49% | - |
| HSV(B) | 285.24º | 0.99% | 0.98% | - |
| XYZ | 38.26 | 17.76 | 91.85 | - |
| YUV | 86.19 | 220.45 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 250 | 0.24 | 0.99 | 0 | 0.02 | 285.24 | 0.98 | 0.49 |
| Hex | BD | 2 | FA | 18 | 63 | 0 | 2 | 11D | 62 | 31 |
| Octal | 275 | 2 | 372 | 30 | 143 | 0 | 2 | 435 | 142 | 61 |
| Binary | 10111101 | 10 | 11111010 | 11000 | 1100011 | 0 | 10 | 100011101 | 1100010 | 110001 |
Color Harmonies of #BD02FA
Complementary color
Monochromatic Colors of #BD02FA
Black with #BD02FA
Text Example
Text Example
White with #BD02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02FA; }
p { color: rgb(189,2,250); }
H1.HeaderClassName
{
color: #BD02FA;
}
.AnyTagClassName
{
color: #BD02FA;
}
</style>
background-color css
<style>
a { background-color: #BD02FA; }
a { background-color: rgb(189,2,250); }
div.DivClassName
{
background-color: #BD02FA;
}
.BgClassName
{
background-color: #BD02FA;
}
</style>
border-color css
<style>
span { border-color: #BD02FA; }
span { border-color: rgb(189,2,250); }
td.TdClassName
{
border-color: #BD02FA;
}
.TagClassName
{
border-color: #BD02FA;
}
</style>