Shades of Electric Purple #BD28FF
Tints of Electric Purple #BD28FF
RGB
CMYK
RGB Variations
Color information
#BD28FF (or 0xBD28FF) is known color: Electric Purple. HEX triplet: BD, 28 and FF. RGB value is (189,40,255). Sum of RGB (Red+Green+Blue) = 189+40+255=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28FF is #42D700. Grayscale: #6C6C6C. Windows color (decimal): -4380417 or 16722109. OLE color: 16722109.
HSL color Cylindrical-coordinate representation of color #BD28FF: hue angle of 281.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD28FF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 40 | 255 | - |
| CMYK | 0.26 | 0.84 | 0 | 0 |
| HSL | 281.58º | 1% | 0.58% | - |
| HSV(B) | 281.58º | 0.84% | 1% | - |
| XYZ | 39.8 | 19.56 | 96.29 | - |
| YUV | 109.06 | 210.36 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 255 | 0.26 | 0.84 | 0 | 0 | 281.58 | 1 | 0.58 |
| Hex | BD | 28 | FF | 1A | 54 | 0 | 0 | 11A | 64 | 3A |
| Octal | 275 | 50 | 377 | 32 | 124 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111101 | 101000 | 11111111 | 11010 | 1010100 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BD28FF
Complementary color
Monochromatic Colors of #BD28FF
Black with #BD28FF
Text Example
Text Example
White with #BD28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28FF; }
p { color: rgb(189,40,255); }
H1.HeaderClassName
{
color: #BD28FF;
}
.AnyTagClassName
{
color: #BD28FF;
}
</style>
background-color css
<style>
a { background-color: #BD28FF; }
a { background-color: rgb(189,40,255); }
div.DivClassName
{
background-color: #BD28FF;
}
.BgClassName
{
background-color: #BD28FF;
}
</style>
border-color css
<style>
span { border-color: #BD28FF; }
span { border-color: rgb(189,40,255); }
td.TdClassName
{
border-color: #BD28FF;
}
.TagClassName
{
border-color: #BD28FF;
}
</style>