Shades of Electric Purple #BD18F0
Tints of Electric Purple #BD18F0
RGB
CMYK
RGB Variations
Color information
#BD18F0 (or 0xBD18F0) is known color: Electric Purple. HEX triplet: BD, 18 and F0. RGB value is (189,24,240). Sum of RGB (Red+Green+Blue) = 189+24+240=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD18F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18F0 is #42E70F. Grayscale: #616161. Windows color (decimal): -4384528 or 15734973. OLE color: 15734973.
HSL color Cylindrical-coordinate representation of color #BD18F0: hue angle of 285.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18F0 is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 24 | 240 | - |
| CMYK | 0.21 | 0.9 | 0 | 0.06 |
| HSL | 285.83º | 0.88% | 0.52% | - |
| HSV(B) | 285.83º | 0.9% | 0.94% | - |
| XYZ | 37.04 | 17.76 | 83.91 | - |
| YUV | 97.96 | 208.16 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 240 | 0.21 | 0.9 | 0 | 0.06 | 285.83 | 0.88 | 0.52 |
| Hex | BD | 18 | F0 | 15 | 5A | 0 | 6 | 11E | 58 | 34 |
| Octal | 275 | 30 | 360 | 25 | 132 | 0 | 6 | 436 | 130 | 64 |
| Binary | 10111101 | 11000 | 11110000 | 10101 | 1011010 | 0 | 110 | 100011110 | 1011000 | 110100 |
Color Harmonies of #BD18F0
Complementary color
Monochromatic Colors of #BD18F0
Black with #BD18F0
Text Example
Text Example
White with #BD18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18F0; }
p { color: rgb(189,24,240); }
H1.HeaderClassName
{
color: #BD18F0;
}
.AnyTagClassName
{
color: #BD18F0;
}
</style>
background-color css
<style>
a { background-color: #BD18F0; }
a { background-color: rgb(189,24,240); }
div.DivClassName
{
background-color: #BD18F0;
}
.BgClassName
{
background-color: #BD18F0;
}
</style>
border-color css
<style>
span { border-color: #BD18F0; }
span { border-color: rgb(189,24,240); }
td.TdClassName
{
border-color: #BD18F0;
}
.TagClassName
{
border-color: #BD18F0;
}
</style>