Shades of Electric Purple #BD18FC
Tints of Electric Purple #BD18FC
RGB
CMYK
RGB Variations
Color information
#BD18FC (or 0xBD18FC) is known color: Electric Purple. HEX triplet: BD, 18 and FC. RGB value is (189,24,252). Sum of RGB (Red+Green+Blue) = 189+24+252=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18FC is #42E703. Grayscale: #626262. Windows color (decimal): -4384516 or 16521405. OLE color: 16521405.
HSL color Cylindrical-coordinate representation of color #BD18FC: hue angle of 283.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18FC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 24 | 252 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.42º | 0.97% | 0.54% | - |
| HSV(B) | 283.42º | 0.9% | 0.99% | - |
| XYZ | 38.88 | 18.5 | 93.62 | - |
| YUV | 99.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 252 | 0.25 | 0.90 | 0 | 0.01 | 283.42 | 0.97 | 0.54 |
| Hex | BD | 18 | FC | 19 | 5A | 0 | 1 | 11B | 61 | 36 |
| Octal | 275 | 30 | 374 | 31 | 132 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111101 | 11000 | 11111100 | 11001 | 1011010 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BD18FC
Complementary color
Monochromatic Colors of #BD18FC
Black with #BD18FC
Text Example
Text Example
White with #BD18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18FC; }
p { color: rgb(189,24,252); }
H1.HeaderClassName
{
color: #BD18FC;
}
.AnyTagClassName
{
color: #BD18FC;
}
</style>
background-color css
<style>
a { background-color: #BD18FC; }
a { background-color: rgb(189,24,252); }
div.DivClassName
{
background-color: #BD18FC;
}
.BgClassName
{
background-color: #BD18FC;
}
</style>
border-color css
<style>
span { border-color: #BD18FC; }
span { border-color: rgb(189,24,252); }
td.TdClassName
{
border-color: #BD18FC;
}
.TagClassName
{
border-color: #BD18FC;
}
</style>