Shades of Electric Purple #BD0EFB
Tints of Electric Purple #BD0EFB
RGB
CMYK
RGB Variations
Color information
#BD0EFB (or 0xBD0EFB) is known color: Electric Purple. HEX triplet: BD, 0E and FB. RGB value is (189,14,251). Sum of RGB (Red+Green+Blue) = 189+14+251=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD0EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EFB is #42F104. Grayscale: #5C5C5C. Windows color (decimal): -4387077 or 16453309. OLE color: 16453309.
HSL color Cylindrical-coordinate representation of color #BD0EFB: hue angle of 284.3º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EFB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 14 | 251 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 284.3º | 0.97% | 0.52% | - |
| HSV(B) | 284.3º | 0.94% | 0.98% | - |
| XYZ | 38.56 | 18.1 | 92.73 | - |
| YUV | 93.34 | 216.98 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 251 | 0.25 | 0.94 | 0 | 0.02 | 284.3 | 0.97 | 0.52 |
| Hex | BD | E | FB | 19 | 5E | 0 | 2 | 11C | 61 | 34 |
| Octal | 275 | 16 | 373 | 31 | 136 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111101 | 1110 | 11111011 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BD0EFB
Complementary color
Monochromatic Colors of #BD0EFB
Black with #BD0EFB
Text Example
Text Example
White with #BD0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EFB; }
p { color: rgb(189,14,251); }
H1.HeaderClassName
{
color: #BD0EFB;
}
.AnyTagClassName
{
color: #BD0EFB;
}
</style>
background-color css
<style>
a { background-color: #BD0EFB; }
a { background-color: rgb(189,14,251); }
div.DivClassName
{
background-color: #BD0EFB;
}
.BgClassName
{
background-color: #BD0EFB;
}
</style>
border-color css
<style>
span { border-color: #BD0EFB; }
span { border-color: rgb(189,14,251); }
td.TdClassName
{
border-color: #BD0EFB;
}
.TagClassName
{
border-color: #BD0EFB;
}
</style>