Shades of Electric Purple #BD0AFE
Tints of Electric Purple #BD0AFE
RGB
CMYK
RGB Variations
Color information
#BD0AFE (or 0xBD0AFE) is known color: Electric Purple. HEX triplet: BD, 0A and FE. RGB value is (189,10,254). Sum of RGB (Red+Green+Blue) = 189+10+254=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD0AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0AFE is #42F501. Grayscale: #5A5A5A. Windows color (decimal): -4388098 or 16648893. OLE color: 16648893.
HSL color Cylindrical-coordinate representation of color #BD0AFE: hue angle of 284.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0AFE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 10 | 254 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.00 |
| HSL | 284.02º | 0.99% | 0.52% | - |
| HSV(B) | 284.02º | 0.96% | 1% | - |
| XYZ | 38.98 | 18.19 | 95.22 | - |
| YUV | 91.34 | 219.8 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 254 | 0.26 | 0.96 | 0 | 0.00 | 284.02 | 0.99 | 0.52 |
| Hex | BD | A | FE | 1A | 60 | 0 | 0 | 11C | 63 | 34 |
| Octal | 275 | 12 | 376 | 32 | 140 | 0 | 0 | 434 | 143 | 64 |
| Binary | 10111101 | 1010 | 11111110 | 11010 | 1100000 | 0 | 0 | 100011100 | 1100011 | 110100 |
Color Harmonies of #BD0AFE
Complementary color
Monochromatic Colors of #BD0AFE
Black with #BD0AFE
Text Example
Text Example
White with #BD0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0AFE; }
p { color: rgb(189,10,254); }
H1.HeaderClassName
{
color: #BD0AFE;
}
.AnyTagClassName
{
color: #BD0AFE;
}
</style>
background-color css
<style>
a { background-color: #BD0AFE; }
a { background-color: rgb(189,10,254); }
div.DivClassName
{
background-color: #BD0AFE;
}
.BgClassName
{
background-color: #BD0AFE;
}
</style>
border-color css
<style>
span { border-color: #BD0AFE; }
span { border-color: rgb(189,10,254); }
td.TdClassName
{
border-color: #BD0AFE;
}
.TagClassName
{
border-color: #BD0AFE;
}
</style>