Shades of Electric Purple #BD0FEA
Tints of Electric Purple #BD0FEA
RGB
CMYK
RGB Variations
Color information
#BD0FEA (or 0xBD0FEA) is known color: Electric Purple. HEX triplet: BD, 0F and EA. RGB value is (189,15,234). Sum of RGB (Red+Green+Blue) = 189+15+234=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FEA is #42F015. Grayscale: #5B5B5B. Windows color (decimal): -4386838 or 15339453. OLE color: 15339453.
HSL color Cylindrical-coordinate representation of color #BD0FEA: hue angle of 287.67º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FEA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 15 | 234 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.08 |
| HSL | 287.67º | 0.88% | 0.49% | - |
| HSV(B) | 287.67º | 0.94% | 0.92% | - |
| XYZ | 36.01 | 17.1 | 79.24 | - |
| YUV | 91.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 234 | 0.19 | 0.94 | 0 | 0.08 | 287.67 | 0.88 | 0.49 |
| Hex | BD | F | EA | 13 | 5E | 0 | 8 | 120 | 58 | 31 |
| Octal | 275 | 17 | 352 | 23 | 136 | 0 | 10 | 440 | 130 | 61 |
| Binary | 10111101 | 1111 | 11101010 | 10011 | 1011110 | 0 | 1000 | 100100000 | 1011000 | 110001 |
Color Harmonies of #BD0FEA
Complementary color
Monochromatic Colors of #BD0FEA
Black with #BD0FEA
Text Example
Text Example
White with #BD0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FEA; }
p { color: rgb(189,15,234); }
H1.HeaderClassName
{
color: #BD0FEA;
}
.AnyTagClassName
{
color: #BD0FEA;
}
</style>
background-color css
<style>
a { background-color: #BD0FEA; }
a { background-color: rgb(189,15,234); }
div.DivClassName
{
background-color: #BD0FEA;
}
.BgClassName
{
background-color: #BD0FEA;
}
</style>
border-color css
<style>
span { border-color: #BD0FEA; }
span { border-color: rgb(189,15,234); }
td.TdClassName
{
border-color: #BD0FEA;
}
.TagClassName
{
border-color: #BD0FEA;
}
</style>