Shades of Electric Purple #BD0FF7
Tints of Electric Purple #BD0FF7
RGB
CMYK
RGB Variations
Color information
#BD0FF7 (or 0xBD0FF7) is known color: Electric Purple. HEX triplet: BD, 0F and F7. RGB value is (189,15,247). Sum of RGB (Red+Green+Blue) = 189+15+247=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD0FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FF7 is #42F008. Grayscale: #5C5C5C. Windows color (decimal): -4386825 or 16191421. OLE color: 16191421.
HSL color Cylindrical-coordinate representation of color #BD0FF7: hue angle of 285º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FF7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 15 | 247 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.03 |
| HSL | 285º | 0.94% | 0.51% | - |
| HSV(B) | 285º | 0.94% | 0.97% | - |
| XYZ | 37.95 | 17.88 | 89.45 | - |
| YUV | 93.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 247 | 0.23 | 0.94 | 0 | 0.03 | 285 | 0.94 | 0.51 |
| Hex | BD | F | F7 | 17 | 5E | 0 | 3 | 11D | 5E | 33 |
| Octal | 275 | 17 | 367 | 27 | 136 | 0 | 3 | 435 | 136 | 63 |
| Binary | 10111101 | 1111 | 11110111 | 10111 | 1011110 | 0 | 11 | 100011101 | 1011110 | 110011 |
Color Harmonies of #BD0FF7
Complementary color
Monochromatic Colors of #BD0FF7
Black with #BD0FF7
Text Example
Text Example
White with #BD0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FF7; }
p { color: rgb(189,15,247); }
H1.HeaderClassName
{
color: #BD0FF7;
}
.AnyTagClassName
{
color: #BD0FF7;
}
</style>
background-color css
<style>
a { background-color: #BD0FF7; }
a { background-color: rgb(189,15,247); }
div.DivClassName
{
background-color: #BD0FF7;
}
.BgClassName
{
background-color: #BD0FF7;
}
</style>
border-color css
<style>
span { border-color: #BD0FF7; }
span { border-color: rgb(189,15,247); }
td.TdClassName
{
border-color: #BD0FF7;
}
.TagClassName
{
border-color: #BD0FF7;
}
</style>