Shades of Electric Purple #BD1BFE
Tints of Electric Purple #BD1BFE
RGB
CMYK
RGB Variations
Color information
#BD1BFE (or 0xBD1BFE) is known color: Electric Purple. HEX triplet: BD, 1B and FE. RGB value is (189,27,254). Sum of RGB (Red+Green+Blue) = 189+27+254=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD1BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BFE is #42E401. Grayscale: #646464. Windows color (decimal): -4383746 or 16653245. OLE color: 16653245.
HSL color Cylindrical-coordinate representation of color #BD1BFE: hue angle of 282.82º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1BFE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 27 | 254 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.00 |
| HSL | 282.82º | 0.99% | 0.55% | - |
| HSV(B) | 282.82º | 0.89% | 1% | - |
| XYZ | 39.27 | 18.76 | 95.32 | - |
| YUV | 101.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 254 | 0.26 | 0.89 | 0 | 0.00 | 282.82 | 0.99 | 0.55 |
| Hex | BD | 1B | FE | 1A | 59 | 0 | 0 | 11B | 63 | 37 |
| Octal | 275 | 33 | 376 | 32 | 131 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111101 | 11011 | 11111110 | 11010 | 1011001 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BD1BFE
Complementary color
Monochromatic Colors of #BD1BFE
Black with #BD1BFE
Text Example
Text Example
White with #BD1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BFE; }
p { color: rgb(189,27,254); }
H1.HeaderClassName
{
color: #BD1BFE;
}
.AnyTagClassName
{
color: #BD1BFE;
}
</style>
background-color css
<style>
a { background-color: #BD1BFE; }
a { background-color: rgb(189,27,254); }
div.DivClassName
{
background-color: #BD1BFE;
}
.BgClassName
{
background-color: #BD1BFE;
}
</style>
border-color css
<style>
span { border-color: #BD1BFE; }
span { border-color: rgb(189,27,254); }
td.TdClassName
{
border-color: #BD1BFE;
}
.TagClassName
{
border-color: #BD1BFE;
}
</style>