Shades of Electric Purple #BD28FA
Tints of Electric Purple #BD28FA
RGB
CMYK
RGB Variations
Color information
#BD28FA (or 0xBD28FA) is known color: Electric Purple. HEX triplet: BD, 28 and FA. RGB value is (189,40,250). Sum of RGB (Red+Green+Blue) = 189+40+250=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28FA is #42D705. Grayscale: #6B6B6B. Windows color (decimal): -4380422 or 16394429. OLE color: 16394429.
HSL color Cylindrical-coordinate representation of color #BD28FA: hue angle of 282.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD28FA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 40 | 250 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.02 |
| HSL | 282.57º | 0.95% | 0.57% | - |
| HSV(B) | 282.57º | 0.84% | 0.98% | - |
| XYZ | 39 | 19.24 | 92.1 | - |
| YUV | 108.49 | 207.86 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 250 | 0.24 | 0.84 | 0 | 0.02 | 282.57 | 0.95 | 0.57 |
| Hex | BD | 28 | FA | 18 | 54 | 0 | 2 | 11B | 5F | 39 |
| Octal | 275 | 50 | 372 | 30 | 124 | 0 | 2 | 433 | 137 | 71 |
| Binary | 10111101 | 101000 | 11111010 | 11000 | 1010100 | 0 | 10 | 100011011 | 1011111 | 111001 |
Color Harmonies of #BD28FA
Complementary color
Monochromatic Colors of #BD28FA
Black with #BD28FA
Text Example
Text Example
White with #BD28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28FA; }
p { color: rgb(189,40,250); }
H1.HeaderClassName
{
color: #BD28FA;
}
.AnyTagClassName
{
color: #BD28FA;
}
</style>
background-color css
<style>
a { background-color: #BD28FA; }
a { background-color: rgb(189,40,250); }
div.DivClassName
{
background-color: #BD28FA;
}
.BgClassName
{
background-color: #BD28FA;
}
</style>
border-color css
<style>
span { border-color: #BD28FA; }
span { border-color: rgb(189,40,250); }
td.TdClassName
{
border-color: #BD28FA;
}
.TagClassName
{
border-color: #BD28FA;
}
</style>