Shades of Electric Purple #BD11FF
Tints of Electric Purple #BD11FF
RGB
CMYK
RGB Variations
Color information
#BD11FF (or 0xBD11FF) is known color: Electric Purple. HEX triplet: BD, 11 and FF. RGB value is (189,17,255). Sum of RGB (Red+Green+Blue) = 189+17+255=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11FF is #42EE00. Grayscale: #5E5E5E. Windows color (decimal): -4386305 or 16716221. OLE color: 16716221.
HSL color Cylindrical-coordinate representation of color #BD11FF: hue angle of 283.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD11FF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 17 | 255 | - |
| CMYK | 0.26 | 0.93 | 0 | 0 |
| HSL | 283.36º | 1% | 0.53% | - |
| HSV(B) | 283.36º | 0.93% | 1% | - |
| XYZ | 39.24 | 18.44 | 96.1 | - |
| YUV | 95.56 | 217.98 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 255 | 0.26 | 0.93 | 0 | 0 | 283.36 | 1 | 0.53 |
| Hex | BD | 11 | FF | 1A | 5D | 0 | 0 | 11B | 64 | 35 |
| Octal | 275 | 21 | 377 | 32 | 135 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111101 | 10001 | 11111111 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BD11FF
Complementary color
Monochromatic Colors of #BD11FF
Black with #BD11FF
Text Example
Text Example
White with #BD11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11FF; }
p { color: rgb(189,17,255); }
H1.HeaderClassName
{
color: #BD11FF;
}
.AnyTagClassName
{
color: #BD11FF;
}
</style>
background-color css
<style>
a { background-color: #BD11FF; }
a { background-color: rgb(189,17,255); }
div.DivClassName
{
background-color: #BD11FF;
}
.BgClassName
{
background-color: #BD11FF;
}
</style>
border-color css
<style>
span { border-color: #BD11FF; }
span { border-color: rgb(189,17,255); }
td.TdClassName
{
border-color: #BD11FF;
}
.TagClassName
{
border-color: #BD11FF;
}
</style>