Shades of Electric Purple #BD1AFD
Tints of Electric Purple #BD1AFD
RGB
CMYK
RGB Variations
Color information
#BD1AFD (or 0xBD1AFD) is known color: Electric Purple. HEX triplet: BD, 1A and FD. RGB value is (189,26,253). Sum of RGB (Red+Green+Blue) = 189+26+253=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD1AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AFD is #42E502. Grayscale: #636363. Windows color (decimal): -4384003 or 16587453. OLE color: 16587453.
HSL color Cylindrical-coordinate representation of color #BD1AFD: hue angle of 283.08º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1AFD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 26 | 253 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.08º | 0.98% | 0.55% | - |
| HSV(B) | 283.08º | 0.9% | 0.99% | - |
| XYZ | 39.09 | 18.65 | 94.47 | - |
| YUV | 100.62 | 214 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 253 | 0.25 | 0.90 | 0 | 0.01 | 283.08 | 0.98 | 0.55 |
| Hex | BD | 1A | FD | 19 | 5A | 0 | 1 | 11B | 62 | 37 |
| Octal | 275 | 32 | 375 | 31 | 132 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111101 | 11010 | 11111101 | 11001 | 1011010 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BD1AFD
Complementary color
Monochromatic Colors of #BD1AFD
Black with #BD1AFD
Text Example
Text Example
White with #BD1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AFD; }
p { color: rgb(189,26,253); }
H1.HeaderClassName
{
color: #BD1AFD;
}
.AnyTagClassName
{
color: #BD1AFD;
}
</style>
background-color css
<style>
a { background-color: #BD1AFD; }
a { background-color: rgb(189,26,253); }
div.DivClassName
{
background-color: #BD1AFD;
}
.BgClassName
{
background-color: #BD1AFD;
}
</style>
border-color css
<style>
span { border-color: #BD1AFD; }
span { border-color: rgb(189,26,253); }
td.TdClassName
{
border-color: #BD1AFD;
}
.TagClassName
{
border-color: #BD1AFD;
}
</style>