Shades of Electric Purple #BD02F2
Tints of Electric Purple #BD02F2
RGB
CMYK
RGB Variations
Color information
#BD02F2 (or 0xBD02F2) is known color: Electric Purple. HEX triplet: BD, 02 and F2. RGB value is (189,2,242). Sum of RGB (Red+Green+Blue) = 189+2+242=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD02F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD02F2 is #42FD0D. Grayscale: #545454. Windows color (decimal): -4390158 or 15860413. OLE color: 15860413.
HSL color Cylindrical-coordinate representation of color #BD02F2: hue angle of 286.75º 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 #BD02F2 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 2 | 242 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.05 |
| HSL | 286.75º | 0.98% | 0.48% | - |
| HSV(B) | 286.75º | 0.99% | 0.95% | - |
| XYZ | 37.03 | 17.27 | 85.39 | - |
| YUV | 85.27 | 216.45 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 242 | 0.22 | 0.99 | 0 | 0.05 | 286.75 | 0.98 | 0.48 |
| Hex | BD | 2 | F2 | 16 | 63 | 0 | 5 | 11F | 62 | 30 |
| Octal | 275 | 2 | 362 | 26 | 143 | 0 | 5 | 437 | 142 | 60 |
| Binary | 10111101 | 10 | 11110010 | 10110 | 1100011 | 0 | 101 | 100011111 | 1100010 | 110000 |
Color Harmonies of #BD02F2
Complementary color
Monochromatic Colors of #BD02F2
Black with #BD02F2
Text Example
Text Example
White with #BD02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02F2; }
p { color: rgb(189,2,242); }
H1.HeaderClassName
{
color: #BD02F2;
}
.AnyTagClassName
{
color: #BD02F2;
}
</style>
background-color css
<style>
a { background-color: #BD02F2; }
a { background-color: rgb(189,2,242); }
div.DivClassName
{
background-color: #BD02F2;
}
.BgClassName
{
background-color: #BD02F2;
}
</style>
border-color css
<style>
span { border-color: #BD02F2; }
span { border-color: rgb(189,2,242); }
td.TdClassName
{
border-color: #BD02F2;
}
.TagClassName
{
border-color: #BD02F2;
}
</style>