Shades of Electric Purple #BD2AFD
Tints of Electric Purple #BD2AFD
RGB
CMYK
RGB Variations
Color information
#BD2AFD (or 0xBD2AFD) is known color: Electric Purple. HEX triplet: BD, 2A and FD. RGB value is (189,42,253). Sum of RGB (Red+Green+Blue) = 189+42+253=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2AFD is #42D502. Grayscale: #6D6D6D. Windows color (decimal): -4379907 or 16591549. OLE color: 16591549.
HSL color Cylindrical-coordinate representation of color #BD2AFD: hue angle of 281.8º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2AFD is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 42 | 253 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 281.8º | 0.98% | 0.58% | - |
| HSV(B) | 281.8º | 0.83% | 0.99% | - |
| XYZ | 39.54 | 19.57 | 94.62 | - |
| YUV | 110.01 | 208.7 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 253 | 0.25 | 0.83 | 0 | 0.01 | 281.8 | 0.98 | 0.58 |
| Hex | BD | 2A | FD | 19 | 53 | 0 | 1 | 11A | 62 | 3A |
| Octal | 275 | 52 | 375 | 31 | 123 | 0 | 1 | 432 | 142 | 72 |
| Binary | 10111101 | 101010 | 11111101 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100010 | 111010 |
Color Harmonies of #BD2AFD
Complementary color
Monochromatic Colors of #BD2AFD
Black with #BD2AFD
Text Example
Text Example
White with #BD2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AFD; }
p { color: rgb(189,42,253); }
H1.HeaderClassName
{
color: #BD2AFD;
}
.AnyTagClassName
{
color: #BD2AFD;
}
</style>
background-color css
<style>
a { background-color: #BD2AFD; }
a { background-color: rgb(189,42,253); }
div.DivClassName
{
background-color: #BD2AFD;
}
.BgClassName
{
background-color: #BD2AFD;
}
</style>
border-color css
<style>
span { border-color: #BD2AFD; }
span { border-color: rgb(189,42,253); }
td.TdClassName
{
border-color: #BD2AFD;
}
.TagClassName
{
border-color: #BD2AFD;
}
</style>