Shades of Electric Purple #BD00F8
Tints of Electric Purple #BD00F8
RGB
CMYK
RGB Variations
Color information
#BD00F8 (or 0xBD00F8) is known color: Electric Purple. HEX triplet: BD, 00 and F8. RGB value is (189,0,248). Sum of RGB (Red+Green+Blue) = 189+0+248=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00F8 is #42FF07. Grayscale: #535353. Windows color (decimal): -4390664 or 16253117. OLE color: 16253117.
HSL color Cylindrical-coordinate representation of color #BD00F8: hue angle of 285.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00F8 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 0 | 248 | - |
| CMYK | 0.24 | 1 | 0 | 0.03 |
| HSL | 285.73º | 1% | 0.49% | - |
| HSV(B) | 285.73º | 1% | 0.97% | - |
| XYZ | 37.93 | 17.6 | 90.2 | - |
| YUV | 84.78 | 220.12 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 248 | 0.24 | 1 | 0 | 0.03 | 285.73 | 1 | 0.49 |
| Hex | BD | 0 | F8 | 18 | 64 | 0 | 3 | 11E | 64 | 31 |
| Octal | 275 | 0 | 370 | 30 | 144 | 0 | 3 | 436 | 144 | 61 |
| Binary | 10111101 | 0 | 11111000 | 11000 | 1100100 | 0 | 11 | 100011110 | 1100100 | 110001 |
Color Harmonies of #BD00F8
Complementary color
Monochromatic Colors of #BD00F8
Black with #BD00F8
Text Example
Text Example
White with #BD00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00F8; }
p { color: rgb(189,0,248); }
H1.HeaderClassName
{
color: #BD00F8;
}
.AnyTagClassName
{
color: #BD00F8;
}
</style>
background-color css
<style>
a { background-color: #BD00F8; }
a { background-color: rgb(189,0,248); }
div.DivClassName
{
background-color: #BD00F8;
}
.BgClassName
{
background-color: #BD00F8;
}
</style>
border-color css
<style>
span { border-color: #BD00F8; }
span { border-color: rgb(189,0,248); }
td.TdClassName
{
border-color: #BD00F8;
}
.TagClassName
{
border-color: #BD00F8;
}
</style>