Shades of Electric Purple #BD1EFF
Tints of Electric Purple #BD1EFF
RGB
CMYK
RGB Variations
Color information
#BD1EFF (or 0xBD1EFF) is known color: Electric Purple. HEX triplet: BD, 1E and FF. RGB value is (189,30,255). Sum of RGB (Red+Green+Blue) = 189+30+255=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1EFF is #42E100. Grayscale: #666666. Windows color (decimal): -4382977 or 16719549. OLE color: 16719549.
HSL color Cylindrical-coordinate representation of color #BD1EFF: hue angle of 282.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1EFF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 30 | 255 | - |
| CMYK | 0.26 | 0.88 | 0 | 0 |
| HSL | 282.4º | 1% | 0.56% | - |
| HSV(B) | 282.4º | 0.88% | 1% | - |
| XYZ | 39.5 | 18.97 | 96.19 | - |
| YUV | 103.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 255 | 0.26 | 0.88 | 0 | 0 | 282.4 | 1 | 0.56 |
| Hex | BD | 1E | FF | 1A | 58 | 0 | 0 | 11A | 64 | 38 |
| Octal | 275 | 36 | 377 | 32 | 130 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111101 | 11110 | 11111111 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BD1EFF
Complementary color
Monochromatic Colors of #BD1EFF
Black with #BD1EFF
Text Example
Text Example
White with #BD1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EFF; }
p { color: rgb(189,30,255); }
H1.HeaderClassName
{
color: #BD1EFF;
}
.AnyTagClassName
{
color: #BD1EFF;
}
</style>
background-color css
<style>
a { background-color: #BD1EFF; }
a { background-color: rgb(189,30,255); }
div.DivClassName
{
background-color: #BD1EFF;
}
.BgClassName
{
background-color: #BD1EFF;
}
</style>
border-color css
<style>
span { border-color: #BD1EFF; }
span { border-color: rgb(189,30,255); }
td.TdClassName
{
border-color: #BD1EFF;
}
.TagClassName
{
border-color: #BD1EFF;
}
</style>