Shades of Electric Purple #BD1AF6
Tints of Electric Purple #BD1AF6
RGB
CMYK
RGB Variations
Color information
#BD1AF6 (or 0xBD1AF6) is known color: Electric Purple. HEX triplet: BD, 1A and F6. RGB value is (189,26,246). Sum of RGB (Red+Green+Blue) = 189+26+246=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AF6 is #42E509. Grayscale: #636363. Windows color (decimal): -4384010 or 16128701. OLE color: 16128701.
HSL color Cylindrical-coordinate representation of color #BD1AF6: hue angle of 284.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1AF6 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 26 | 246 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.04 |
| HSL | 284.45º | 0.92% | 0.53% | - |
| HSV(B) | 284.45º | 0.89% | 0.96% | - |
| XYZ | 37.99 | 18.21 | 88.7 | - |
| YUV | 99.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 246 | 0.23 | 0.89 | 0 | 0.04 | 284.45 | 0.92 | 0.53 |
| Hex | BD | 1A | F6 | 17 | 59 | 0 | 4 | 11C | 5C | 35 |
| Octal | 275 | 32 | 366 | 27 | 131 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111101 | 11010 | 11110110 | 10111 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BD1AF6
Complementary color
Monochromatic Colors of #BD1AF6
Black with #BD1AF6
Text Example
Text Example
White with #BD1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AF6; }
p { color: rgb(189,26,246); }
H1.HeaderClassName
{
color: #BD1AF6;
}
.AnyTagClassName
{
color: #BD1AF6;
}
</style>
background-color css
<style>
a { background-color: #BD1AF6; }
a { background-color: rgb(189,26,246); }
div.DivClassName
{
background-color: #BD1AF6;
}
.BgClassName
{
background-color: #BD1AF6;
}
</style>
border-color css
<style>
span { border-color: #BD1AF6; }
span { border-color: rgb(189,26,246); }
td.TdClassName
{
border-color: #BD1AF6;
}
.TagClassName
{
border-color: #BD1AF6;
}
</style>