Shades of Electric Purple #BD20FF
Tints of Electric Purple #BD20FF
RGB
CMYK
RGB Variations
Color information
#BD20FF (or 0xBD20FF) is known color: Electric Purple. HEX triplet: BD, 20 and FF. RGB value is (189,32,255). Sum of RGB (Red+Green+Blue) = 189+32+255=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20FF is #42DF00. Grayscale: #676767. Windows color (decimal): -4382465 or 16720061. OLE color: 16720061.
HSL color Cylindrical-coordinate representation of color #BD20FF: hue angle of 282.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20FF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 32 | 255 | - |
| CMYK | 0.26 | 0.87 | 0 | 0 |
| HSL | 282.24º | 1% | 0.56% | - |
| HSV(B) | 282.24º | 0.87% | 1% | - |
| XYZ | 39.55 | 19.07 | 96.2 | - |
| YUV | 104.37 | 213.01 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 255 | 0.26 | 0.87 | 0 | 0 | 282.24 | 1 | 0.56 |
| Hex | BD | 20 | FF | 1A | 57 | 0 | 0 | 11A | 64 | 38 |
| Octal | 275 | 40 | 377 | 32 | 127 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111101 | 100000 | 11111111 | 11010 | 1010111 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BD20FF
Complementary color
Monochromatic Colors of #BD20FF
Black with #BD20FF
Text Example
Text Example
White with #BD20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20FF; }
p { color: rgb(189,32,255); }
H1.HeaderClassName
{
color: #BD20FF;
}
.AnyTagClassName
{
color: #BD20FF;
}
</style>
background-color css
<style>
a { background-color: #BD20FF; }
a { background-color: rgb(189,32,255); }
div.DivClassName
{
background-color: #BD20FF;
}
.BgClassName
{
background-color: #BD20FF;
}
</style>
border-color css
<style>
span { border-color: #BD20FF; }
span { border-color: rgb(189,32,255); }
td.TdClassName
{
border-color: #BD20FF;
}
.TagClassName
{
border-color: #BD20FF;
}
</style>