Shades of Electric Purple #BD1FFF
Tints of Electric Purple #BD1FFF
RGB
CMYK
RGB Variations
Color information
#BD1FFF (or 0xBD1FFF) is known color: Electric Purple. HEX triplet: BD, 1F and FF. RGB value is (189,31,255). Sum of RGB (Red+Green+Blue) = 189+31+255=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FFF is #42E000. Grayscale: #676767. Windows color (decimal): -4382721 or 16719805. OLE color: 16719805.
HSL color Cylindrical-coordinate representation of color #BD1FFF: hue angle of 282.32º 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 #BD1FFF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 31 | 255 | - |
| CMYK | 0.26 | 0.88 | 0 | 0 |
| HSL | 282.32º | 1% | 0.56% | - |
| HSV(B) | 282.32º | 0.88% | 1% | - |
| XYZ | 39.53 | 19.02 | 96.2 | - |
| YUV | 103.78 | 213.35 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 255 | 0.26 | 0.88 | 0 | 0 | 282.32 | 1 | 0.56 |
| Hex | BD | 1F | FF | 1A | 58 | 0 | 0 | 11A | 64 | 38 |
| Octal | 275 | 37 | 377 | 32 | 130 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111101 | 11111 | 11111111 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BD1FFF
Complementary color
Monochromatic Colors of #BD1FFF
Black with #BD1FFF
Text Example
Text Example
White with #BD1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FFF; }
p { color: rgb(189,31,255); }
H1.HeaderClassName
{
color: #BD1FFF;
}
.AnyTagClassName
{
color: #BD1FFF;
}
</style>
background-color css
<style>
a { background-color: #BD1FFF; }
a { background-color: rgb(189,31,255); }
div.DivClassName
{
background-color: #BD1FFF;
}
.BgClassName
{
background-color: #BD1FFF;
}
</style>
border-color css
<style>
span { border-color: #BD1FFF; }
span { border-color: rgb(189,31,255); }
td.TdClassName
{
border-color: #BD1FFF;
}
.TagClassName
{
border-color: #BD1FFF;
}
</style>