Shades of Electric Purple #BD18F2
Tints of Electric Purple #BD18F2
RGB
CMYK
RGB Variations
Color information
#BD18F2 (or 0xBD18F2) is known color: Electric Purple. HEX triplet: BD, 18 and F2. RGB value is (189,24,242). Sum of RGB (Red+Green+Blue) = 189+24+242=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD18F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18F2 is #42E70D. Grayscale: #616161. Windows color (decimal): -4384526 or 15866045. OLE color: 15866045.
HSL color Cylindrical-coordinate representation of color #BD18F2: hue angle of 285.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18F2 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 24 | 242 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.05 |
| HSL | 285.41º | 0.89% | 0.52% | - |
| HSV(B) | 285.41º | 0.9% | 0.95% | - |
| XYZ | 37.34 | 17.88 | 85.49 | - |
| YUV | 98.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 242 | 0.22 | 0.90 | 0 | 0.05 | 285.41 | 0.89 | 0.52 |
| Hex | BD | 18 | F2 | 16 | 5A | 0 | 5 | 11D | 59 | 34 |
| Octal | 275 | 30 | 362 | 26 | 132 | 0 | 5 | 435 | 131 | 64 |
| Binary | 10111101 | 11000 | 11110010 | 10110 | 1011010 | 0 | 101 | 100011101 | 1011001 | 110100 |
Color Harmonies of #BD18F2
Complementary color
Monochromatic Colors of #BD18F2
Black with #BD18F2
Text Example
Text Example
White with #BD18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18F2; }
p { color: rgb(189,24,242); }
H1.HeaderClassName
{
color: #BD18F2;
}
.AnyTagClassName
{
color: #BD18F2;
}
</style>
background-color css
<style>
a { background-color: #BD18F2; }
a { background-color: rgb(189,24,242); }
div.DivClassName
{
background-color: #BD18F2;
}
.BgClassName
{
background-color: #BD18F2;
}
</style>
border-color css
<style>
span { border-color: #BD18F2; }
span { border-color: rgb(189,24,242); }
td.TdClassName
{
border-color: #BD18F2;
}
.TagClassName
{
border-color: #BD18F2;
}
</style>