Shades of Electric Purple #BD31FF
Tints of Electric Purple #BD31FF
RGB
CMYK
RGB Variations
Color information
#BD31FF (or 0xBD31FF) is known color: Electric Purple. HEX triplet: BD, 31 and FF. RGB value is (189,49,255). Sum of RGB (Red+Green+Blue) = 189+49+255=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31FF is #42CE00. Grayscale: #717171. Windows color (decimal): -4378113 or 16724413. OLE color: 16724413.
HSL color Cylindrical-coordinate representation of color #BD31FF: hue angle of 280.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD31FF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 49 | 255 | - |
| CMYK | 0.26 | 0.81 | 0 | 0 |
| HSL | 280.78º | 1% | 0.6% | - |
| HSV(B) | 280.78º | 0.81% | 1% | - |
| XYZ | 40.13 | 20.24 | 96.4 | - |
| YUV | 114.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 255 | 0.26 | 0.81 | 0 | 0 | 280.78 | 1 | 0.6 |
| Hex | BD | 31 | FF | 1A | 51 | 0 | 0 | 119 | 64 | 3C |
| Octal | 275 | 61 | 377 | 32 | 121 | 0 | 0 | 431 | 144 | 74 |
| Binary | 10111101 | 110001 | 11111111 | 11010 | 1010001 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #BD31FF
Complementary color
Monochromatic Colors of #BD31FF
Black with #BD31FF
Text Example
Text Example
White with #BD31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31FF; }
p { color: rgb(189,49,255); }
H1.HeaderClassName
{
color: #BD31FF;
}
.AnyTagClassName
{
color: #BD31FF;
}
</style>
background-color css
<style>
a { background-color: #BD31FF; }
a { background-color: rgb(189,49,255); }
div.DivClassName
{
background-color: #BD31FF;
}
.BgClassName
{
background-color: #BD31FF;
}
</style>
border-color css
<style>
span { border-color: #BD31FF; }
span { border-color: rgb(189,49,255); }
td.TdClassName
{
border-color: #BD31FF;
}
.TagClassName
{
border-color: #BD31FF;
}
</style>