Shades of Electric Purple #BD1AF7
Tints of Electric Purple #BD1AF7
RGB
CMYK
RGB Variations
Color information
#BD1AF7 (or 0xBD1AF7) is known color: Electric Purple. HEX triplet: BD, 1A and F7. RGB value is (189,26,247). Sum of RGB (Red+Green+Blue) = 189+26+247=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD1AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AF7 is #42E508. Grayscale: #636363. Windows color (decimal): -4384009 or 16194237. OLE color: 16194237.
HSL color Cylindrical-coordinate representation of color #BD1AF7: hue angle of 284.25º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1AF7 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 26 | 247 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.03 |
| HSL | 284.25º | 0.93% | 0.54% | - |
| HSV(B) | 284.25º | 0.89% | 0.97% | - |
| XYZ | 38.14 | 18.27 | 89.51 | - |
| YUV | 99.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 247 | 0.23 | 0.89 | 0 | 0.03 | 284.25 | 0.93 | 0.54 |
| Hex | BD | 1A | F7 | 17 | 59 | 0 | 3 | 11C | 5D | 36 |
| Octal | 275 | 32 | 367 | 27 | 131 | 0 | 3 | 434 | 135 | 66 |
| Binary | 10111101 | 11010 | 11110111 | 10111 | 1011001 | 0 | 11 | 100011100 | 1011101 | 110110 |
Color Harmonies of #BD1AF7
Complementary color
Monochromatic Colors of #BD1AF7
Black with #BD1AF7
Text Example
Text Example
White with #BD1AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AF7; }
p { color: rgb(189,26,247); }
H1.HeaderClassName
{
color: #BD1AF7;
}
.AnyTagClassName
{
color: #BD1AF7;
}
</style>
background-color css
<style>
a { background-color: #BD1AF7; }
a { background-color: rgb(189,26,247); }
div.DivClassName
{
background-color: #BD1AF7;
}
.BgClassName
{
background-color: #BD1AF7;
}
</style>
border-color css
<style>
span { border-color: #BD1AF7; }
span { border-color: rgb(189,26,247); }
td.TdClassName
{
border-color: #BD1AF7;
}
.TagClassName
{
border-color: #BD1AF7;
}
</style>