Shades of Electric Purple #BD18FE
Tints of Electric Purple #BD18FE
RGB
CMYK
RGB Variations
Color information
#BD18FE (or 0xBD18FE) is known color: Electric Purple. HEX triplet: BD, 18 and FE. RGB value is (189,24,254). Sum of RGB (Red+Green+Blue) = 189+24+254=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18FE is #42E701. Grayscale: #626262. Windows color (decimal): -4384514 or 16652477. OLE color: 16652477.
HSL color Cylindrical-coordinate representation of color #BD18FE: hue angle of 283.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD18FE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 24 | 254 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.00 |
| HSL | 283.04º | 0.99% | 0.55% | - |
| HSV(B) | 283.04º | 0.91% | 1% | - |
| XYZ | 39.2 | 18.63 | 95.3 | - |
| YUV | 99.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 254 | 0.26 | 0.91 | 0 | 0.00 | 283.04 | 0.99 | 0.55 |
| Hex | BD | 18 | FE | 1A | 5B | 0 | 0 | 11B | 63 | 37 |
| Octal | 275 | 30 | 376 | 32 | 133 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111101 | 11000 | 11111110 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BD18FE
Complementary color
Monochromatic Colors of #BD18FE
Black with #BD18FE
Text Example
Text Example
White with #BD18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18FE; }
p { color: rgb(189,24,254); }
H1.HeaderClassName
{
color: #BD18FE;
}
.AnyTagClassName
{
color: #BD18FE;
}
</style>
background-color css
<style>
a { background-color: #BD18FE; }
a { background-color: rgb(189,24,254); }
div.DivClassName
{
background-color: #BD18FE;
}
.BgClassName
{
background-color: #BD18FE;
}
</style>
border-color css
<style>
span { border-color: #BD18FE; }
span { border-color: rgb(189,24,254); }
td.TdClassName
{
border-color: #BD18FE;
}
.TagClassName
{
border-color: #BD18FE;
}
</style>