Shades of Electric Purple #BD23FF
Tints of Electric Purple #BD23FF
RGB
CMYK
RGB Variations
Color information
#BD23FF (or 0xBD23FF) is known color: Electric Purple. HEX triplet: BD, 23 and FF. RGB value is (189,35,255). Sum of RGB (Red+Green+Blue) = 189+35+255=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD23FF is #42DC00. Grayscale: #696969. Windows color (decimal): -4381697 or 16720829. OLE color: 16720829.
HSL color Cylindrical-coordinate representation of color #BD23FF: hue angle of 282º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD23FF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 35 | 255 | - |
| CMYK | 0.26 | 0.86 | 0 | 0 |
| HSL | 282º | 1% | 0.57% | - |
| HSV(B) | 282º | 0.86% | 1% | - |
| XYZ | 39.64 | 19.24 | 96.23 | - |
| YUV | 106.13 | 212.02 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 255 | 0.26 | 0.86 | 0 | 0 | 282 | 1 | 0.57 |
| Hex | BD | 23 | FF | 1A | 56 | 0 | 0 | 11A | 64 | 39 |
| Octal | 275 | 43 | 377 | 32 | 126 | 0 | 0 | 432 | 144 | 71 |
| Binary | 10111101 | 100011 | 11111111 | 11010 | 1010110 | 0 | 0 | 100011010 | 1100100 | 111001 |
Color Harmonies of #BD23FF
Complementary color
Monochromatic Colors of #BD23FF
Black with #BD23FF
Text Example
Text Example
White with #BD23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23FF; }
p { color: rgb(189,35,255); }
H1.HeaderClassName
{
color: #BD23FF;
}
.AnyTagClassName
{
color: #BD23FF;
}
</style>
background-color css
<style>
a { background-color: #BD23FF; }
a { background-color: rgb(189,35,255); }
div.DivClassName
{
background-color: #BD23FF;
}
.BgClassName
{
background-color: #BD23FF;
}
</style>
border-color css
<style>
span { border-color: #BD23FF; }
span { border-color: rgb(189,35,255); }
td.TdClassName
{
border-color: #BD23FF;
}
.TagClassName
{
border-color: #BD23FF;
}
</style>