Shades of Electric Purple #BD33FE
Tints of Electric Purple #BD33FE
RGB
CMYK
RGB Variations
Color information
#BD33FE (or 0xBD33FE) is known color: Electric Purple. HEX triplet: BD, 33 and FE. RGB value is (189,51,254). Sum of RGB (Red+Green+Blue) = 189+51+254=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33FE is #42CC01. Grayscale: #727272. Windows color (decimal): -4377602 or 16659389. OLE color: 16659389.
HSL color Cylindrical-coordinate representation of color #BD33FE: hue angle of 280.79º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD33FE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 51 | 254 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.00 |
| HSL | 280.79º | 0.99% | 0.6% | - |
| HSV(B) | 280.79º | 0.8% | 1% | - |
| XYZ | 40.06 | 20.34 | 95.58 | - |
| YUV | 115.4 | 206.22 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 254 | 0.26 | 0.80 | 0 | 0.00 | 280.79 | 0.99 | 0.6 |
| Hex | BD | 33 | FE | 1A | 50 | 0 | 0 | 119 | 63 | 3C |
| Octal | 275 | 63 | 376 | 32 | 120 | 0 | 0 | 431 | 143 | 74 |
| Binary | 10111101 | 110011 | 11111110 | 11010 | 1010000 | 0 | 0 | 100011001 | 1100011 | 111100 |
Color Harmonies of #BD33FE
Complementary color
Monochromatic Colors of #BD33FE
Black with #BD33FE
Text Example
Text Example
White with #BD33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33FE; }
p { color: rgb(189,51,254); }
H1.HeaderClassName
{
color: #BD33FE;
}
.AnyTagClassName
{
color: #BD33FE;
}
</style>
background-color css
<style>
a { background-color: #BD33FE; }
a { background-color: rgb(189,51,254); }
div.DivClassName
{
background-color: #BD33FE;
}
.BgClassName
{
background-color: #BD33FE;
}
</style>
border-color css
<style>
span { border-color: #BD33FE; }
span { border-color: rgb(189,51,254); }
td.TdClassName
{
border-color: #BD33FE;
}
.TagClassName
{
border-color: #BD33FE;
}
</style>