Shades of Electric Purple #BD11F0
Tints of Electric Purple #BD11F0
RGB
CMYK
RGB Variations
Color information
#BD11F0 (or 0xBD11F0) is known color: Electric Purple. HEX triplet: BD, 11 and F0. RGB value is (189,17,240). Sum of RGB (Red+Green+Blue) = 189+17+240=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD11F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11F0 is #42EE0F. Grayscale: #5D5D5D. Windows color (decimal): -4386320 or 15733181. OLE color: 15733181.
HSL color Cylindrical-coordinate representation of color #BD11F0: hue angle of 286.28º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD11F0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 17 | 240 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.06 |
| HSL | 286.28º | 0.88% | 0.5% | - |
| HSV(B) | 286.28º | 0.93% | 0.94% | - |
| XYZ | 36.91 | 17.51 | 83.87 | - |
| YUV | 93.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 240 | 0.21 | 0.93 | 0 | 0.06 | 286.28 | 0.88 | 0.5 |
| Hex | BD | 11 | F0 | 15 | 5D | 0 | 6 | 11E | 58 | 32 |
| Octal | 275 | 21 | 360 | 25 | 135 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111101 | 10001 | 11110000 | 10101 | 1011101 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BD11F0
Complementary color
Monochromatic Colors of #BD11F0
Black with #BD11F0
Text Example
Text Example
White with #BD11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11F0; }
p { color: rgb(189,17,240); }
H1.HeaderClassName
{
color: #BD11F0;
}
.AnyTagClassName
{
color: #BD11F0;
}
</style>
background-color css
<style>
a { background-color: #BD11F0; }
a { background-color: rgb(189,17,240); }
div.DivClassName
{
background-color: #BD11F0;
}
.BgClassName
{
background-color: #BD11F0;
}
</style>
border-color css
<style>
span { border-color: #BD11F0; }
span { border-color: rgb(189,17,240); }
td.TdClassName
{
border-color: #BD11F0;
}
.TagClassName
{
border-color: #BD11F0;
}
</style>