Shades of Electric Purple #BD21FE
Tints of Electric Purple #BD21FE
RGB
CMYK
RGB Variations
Color information
#BD21FE (or 0xBD21FE) is known color: Electric Purple. HEX triplet: BD, 21 and FE. RGB value is (189,33,254). Sum of RGB (Red+Green+Blue) = 189+33+254=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD21FE is #42DE01. Grayscale: #686868. Windows color (decimal): -4382210 or 16654781. OLE color: 16654781.
HSL color Cylindrical-coordinate representation of color #BD21FE: hue angle of 282.35º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD21FE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 33 | 254 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.00 |
| HSL | 282.35º | 0.99% | 0.56% | - |
| HSV(B) | 282.35º | 0.87% | 1% | - |
| XYZ | 39.42 | 19.06 | 95.37 | - |
| YUV | 104.84 | 212.18 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 254 | 0.26 | 0.87 | 0 | 0.00 | 282.35 | 0.99 | 0.56 |
| Hex | BD | 21 | FE | 1A | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 275 | 41 | 376 | 32 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111101 | 100001 | 11111110 | 11010 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BD21FE
Complementary color
Monochromatic Colors of #BD21FE
Black with #BD21FE
Text Example
Text Example
White with #BD21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21FE; }
p { color: rgb(189,33,254); }
H1.HeaderClassName
{
color: #BD21FE;
}
.AnyTagClassName
{
color: #BD21FE;
}
</style>
background-color css
<style>
a { background-color: #BD21FE; }
a { background-color: rgb(189,33,254); }
div.DivClassName
{
background-color: #BD21FE;
}
.BgClassName
{
background-color: #BD21FE;
}
</style>
border-color css
<style>
span { border-color: #BD21FE; }
span { border-color: rgb(189,33,254); }
td.TdClassName
{
border-color: #BD21FE;
}
.TagClassName
{
border-color: #BD21FE;
}
</style>