Shades of Electric Purple #BD11F3
Tints of Electric Purple #BD11F3
RGB
CMYK
RGB Variations
Color information
#BD11F3 (or 0xBD11F3) is known color: Electric Purple. HEX triplet: BD, 11 and F3. RGB value is (189,17,243). Sum of RGB (Red+Green+Blue) = 189+17+243=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD11F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11F3 is #42EE0C. Grayscale: #5D5D5D. Windows color (decimal): -4386317 or 15929789. OLE color: 15929789.
HSL color Cylindrical-coordinate representation of color #BD11F3: hue angle of 285.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD11F3 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 17 | 243 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.05 |
| HSL | 285.66º | 0.9% | 0.51% | - |
| HSV(B) | 285.66º | 0.93% | 0.95% | - |
| XYZ | 37.36 | 17.69 | 86.24 | - |
| YUV | 94.19 | 211.98 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 243 | 0.22 | 0.93 | 0 | 0.05 | 285.66 | 0.9 | 0.51 |
| Hex | BD | 11 | F3 | 16 | 5D | 0 | 5 | 11E | 5A | 33 |
| Octal | 275 | 21 | 363 | 26 | 135 | 0 | 5 | 436 | 132 | 63 |
| Binary | 10111101 | 10001 | 11110011 | 10110 | 1011101 | 0 | 101 | 100011110 | 1011010 | 110011 |
Color Harmonies of #BD11F3
Complementary color
Monochromatic Colors of #BD11F3
Black with #BD11F3
Text Example
Text Example
White with #BD11F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11F3; }
p { color: rgb(189,17,243); }
H1.HeaderClassName
{
color: #BD11F3;
}
.AnyTagClassName
{
color: #BD11F3;
}
</style>
background-color css
<style>
a { background-color: #BD11F3; }
a { background-color: rgb(189,17,243); }
div.DivClassName
{
background-color: #BD11F3;
}
.BgClassName
{
background-color: #BD11F3;
}
</style>
border-color css
<style>
span { border-color: #BD11F3; }
span { border-color: rgb(189,17,243); }
td.TdClassName
{
border-color: #BD11F3;
}
.TagClassName
{
border-color: #BD11F3;
}
</style>