Shades of Electric Purple #BD2FFE
Tints of Electric Purple #BD2FFE
RGB
CMYK
RGB Variations
Color information
#BD2FFE (or 0xBD2FFE) is known color: Electric Purple. HEX triplet: BD, 2F and FE. RGB value is (189,47,254). Sum of RGB (Red+Green+Blue) = 189+47+254=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FFE is #42D001. Grayscale: #707070. Windows color (decimal): -4378626 or 16658365. OLE color: 16658365.
HSL color Cylindrical-coordinate representation of color #BD2FFE: hue angle of 281.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2FFE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 47 | 254 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.00 |
| HSL | 281.16º | 0.99% | 0.59% | - |
| HSV(B) | 281.16º | 0.81% | 1% | - |
| XYZ | 39.89 | 20.01 | 95.53 | - |
| YUV | 113.06 | 207.54 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 254 | 0.26 | 0.81 | 0 | 0.00 | 281.16 | 0.99 | 0.59 |
| Hex | BD | 2F | FE | 1A | 51 | 0 | 0 | 119 | 63 | 3B |
| Octal | 275 | 57 | 376 | 32 | 121 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111101 | 101111 | 11111110 | 11010 | 1010001 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BD2FFE
Complementary color
Monochromatic Colors of #BD2FFE
Black with #BD2FFE
Text Example
Text Example
White with #BD2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FFE; }
p { color: rgb(189,47,254); }
H1.HeaderClassName
{
color: #BD2FFE;
}
.AnyTagClassName
{
color: #BD2FFE;
}
</style>
background-color css
<style>
a { background-color: #BD2FFE; }
a { background-color: rgb(189,47,254); }
div.DivClassName
{
background-color: #BD2FFE;
}
.BgClassName
{
background-color: #BD2FFE;
}
</style>
border-color css
<style>
span { border-color: #BD2FFE; }
span { border-color: rgb(189,47,254); }
td.TdClassName
{
border-color: #BD2FFE;
}
.TagClassName
{
border-color: #BD2FFE;
}
</style>