Shades of Electric Purple #BD18FF
Tints of Electric Purple #BD18FF
RGB
CMYK
RGB Variations
Color information
#BD18FF (or 0xBD18FF) is known color: Electric Purple. HEX triplet: BD, 18 and FF. RGB value is (189,24,255). Sum of RGB (Red+Green+Blue) = 189+24+255=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18FF is #42E700. Grayscale: #626262. Windows color (decimal): -4384513 or 16718013. OLE color: 16718013.
HSL color Cylindrical-coordinate representation of color #BD18FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD18FF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 24 | 255 | - |
| CMYK | 0.26 | 0.91 | 0 | 0 |
| HSL | 282.86º | 1% | 0.55% | - |
| HSV(B) | 282.86º | 0.91% | 1% | - |
| XYZ | 39.36 | 18.69 | 96.14 | - |
| YUV | 99.67 | 215.66 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 255 | 0.26 | 0.91 | 0 | 0 | 282.86 | 1 | 0.55 |
| Hex | BD | 18 | FF | 1A | 5B | 0 | 0 | 11B | 64 | 37 |
| Octal | 275 | 30 | 377 | 32 | 133 | 0 | 0 | 433 | 144 | 67 |
| Binary | 10111101 | 11000 | 11111111 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100100 | 110111 |
Color Harmonies of #BD18FF
Complementary color
Monochromatic Colors of #BD18FF
Black with #BD18FF
Text Example
Text Example
White with #BD18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18FF; }
p { color: rgb(189,24,255); }
H1.HeaderClassName
{
color: #BD18FF;
}
.AnyTagClassName
{
color: #BD18FF;
}
</style>
background-color css
<style>
a { background-color: #BD18FF; }
a { background-color: rgb(189,24,255); }
div.DivClassName
{
background-color: #BD18FF;
}
.BgClassName
{
background-color: #BD18FF;
}
</style>
border-color css
<style>
span { border-color: #BD18FF; }
span { border-color: rgb(189,24,255); }
td.TdClassName
{
border-color: #BD18FF;
}
.TagClassName
{
border-color: #BD18FF;
}
</style>