Shades of Electric Purple #BD30FF
Tints of Electric Purple #BD30FF
RGB
CMYK
RGB Variations
Color information
#BD30FF (or 0xBD30FF) is known color: Electric Purple. HEX triplet: BD, 30 and FF. RGB value is (189,48,255). Sum of RGB (Red+Green+Blue) = 189+48+255=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30FF is #42CF00. Grayscale: #717171. Windows color (decimal): -4378369 or 16724157. OLE color: 16724157.
HSL color Cylindrical-coordinate representation of color #BD30FF: hue angle of 280.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD30FF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 48 | 255 | - |
| CMYK | 0.26 | 0.81 | 0 | 0 |
| HSL | 280.87º | 1% | 0.59% | - |
| HSV(B) | 280.87º | 0.81% | 1% | - |
| XYZ | 40.09 | 20.15 | 96.38 | - |
| YUV | 113.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 255 | 0.26 | 0.81 | 0 | 0 | 280.87 | 1 | 0.59 |
| Hex | BD | 30 | FF | 1A | 51 | 0 | 0 | 119 | 64 | 3B |
| Octal | 275 | 60 | 377 | 32 | 121 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111101 | 110000 | 11111111 | 11010 | 1010001 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BD30FF
Complementary color
Monochromatic Colors of #BD30FF
Black with #BD30FF
Text Example
Text Example
White with #BD30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30FF; }
p { color: rgb(189,48,255); }
H1.HeaderClassName
{
color: #BD30FF;
}
.AnyTagClassName
{
color: #BD30FF;
}
</style>
background-color css
<style>
a { background-color: #BD30FF; }
a { background-color: rgb(189,48,255); }
div.DivClassName
{
background-color: #BD30FF;
}
.BgClassName
{
background-color: #BD30FF;
}
</style>
border-color css
<style>
span { border-color: #BD30FF; }
span { border-color: rgb(189,48,255); }
td.TdClassName
{
border-color: #BD30FF;
}
.TagClassName
{
border-color: #BD30FF;
}
</style>