Shades of Electric Purple #BD0AFF
Tints of Electric Purple #BD0AFF
RGB
CMYK
RGB Variations
Color information
#BD0AFF (or 0xBD0AFF) is known color: Electric Purple. HEX triplet: BD, 0A and FF. RGB value is (189,10,255). Sum of RGB (Red+Green+Blue) = 189+10+255=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0AFF is #42F500. Grayscale: #5A5A5A. Windows color (decimal): -4388097 or 16714429. OLE color: 16714429.
HSL color Cylindrical-coordinate representation of color #BD0AFF: hue angle of 283.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0AFF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 10 | 255 | - |
| CMYK | 0.26 | 0.96 | 0 | 0 |
| HSL | 283.84º | 1% | 0.52% | - |
| HSV(B) | 283.84º | 0.96% | 1% | - |
| XYZ | 39.14 | 18.26 | 96.07 | - |
| YUV | 91.45 | 220.3 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 255 | 0.26 | 0.96 | 0 | 0 | 283.84 | 1 | 0.52 |
| Hex | BD | A | FF | 1A | 60 | 0 | 0 | 11C | 64 | 34 |
| Octal | 275 | 12 | 377 | 32 | 140 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111101 | 1010 | 11111111 | 11010 | 1100000 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BD0AFF
Complementary color
Monochromatic Colors of #BD0AFF
Black with #BD0AFF
Text Example
Text Example
White with #BD0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0AFF; }
p { color: rgb(189,10,255); }
H1.HeaderClassName
{
color: #BD0AFF;
}
.AnyTagClassName
{
color: #BD0AFF;
}
</style>
background-color css
<style>
a { background-color: #BD0AFF; }
a { background-color: rgb(189,10,255); }
div.DivClassName
{
background-color: #BD0AFF;
}
.BgClassName
{
background-color: #BD0AFF;
}
</style>
border-color css
<style>
span { border-color: #BD0AFF; }
span { border-color: rgb(189,10,255); }
td.TdClassName
{
border-color: #BD0AFF;
}
.TagClassName
{
border-color: #BD0AFF;
}
</style>