Shades of Electric Purple #BD0FF0
Tints of Electric Purple #BD0FF0
RGB
CMYK
RGB Variations
Color information
#BD0FF0 (or 0xBD0FF0) is known color: Electric Purple. HEX triplet: BD, 0F and F0. RGB value is (189,15,240). Sum of RGB (Red+Green+Blue) = 189+15+240=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FF0 is #42F00F. Grayscale: #5B5B5B. Windows color (decimal): -4386832 or 15732669. OLE color: 15732669.
HSL color Cylindrical-coordinate representation of color #BD0FF0: hue angle of 286.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FF0 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 15 | 240 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.06 |
| HSL | 286.4º | 0.88% | 0.5% | - |
| HSV(B) | 286.4º | 0.94% | 0.94% | - |
| XYZ | 36.89 | 17.45 | 83.86 | - |
| YUV | 92.68 | 211.15 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 240 | 0.21 | 0.94 | 0 | 0.06 | 286.4 | 0.88 | 0.5 |
| Hex | BD | F | F0 | 15 | 5E | 0 | 6 | 11E | 58 | 32 |
| Octal | 275 | 17 | 360 | 25 | 136 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111101 | 1111 | 11110000 | 10101 | 1011110 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BD0FF0
Complementary color
Monochromatic Colors of #BD0FF0
Black with #BD0FF0
Text Example
Text Example
White with #BD0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FF0; }
p { color: rgb(189,15,240); }
H1.HeaderClassName
{
color: #BD0FF0;
}
.AnyTagClassName
{
color: #BD0FF0;
}
</style>
background-color css
<style>
a { background-color: #BD0FF0; }
a { background-color: rgb(189,15,240); }
div.DivClassName
{
background-color: #BD0FF0;
}
.BgClassName
{
background-color: #BD0FF0;
}
</style>
border-color css
<style>
span { border-color: #BD0FF0; }
span { border-color: rgb(189,15,240); }
td.TdClassName
{
border-color: #BD0FF0;
}
.TagClassName
{
border-color: #BD0FF0;
}
</style>