Shades of Electric Purple #BD00FF
Tints of Electric Purple #BD00FF
RGB
CMYK
RGB Variations
Color information
#BD00FF (or 0xBD00FF) is known color: Electric Purple. HEX triplet: BD, 00 and FF. RGB value is (189,0,255). Sum of RGB (Red+Green+Blue) = 189+0+255=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00FF is #42FF00. Grayscale: #545454. Windows color (decimal): -4390657 or 16711869. OLE color: 16711869.
HSL color Cylindrical-coordinate representation of color #BD00FF: hue angle of 284.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00FF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 0 | 255 | - |
| CMYK | 0.26 | 1 | 0 | 0 |
| HSL | 284.47º | 1% | 0.5% | - |
| HSV(B) | 284.47º | 1% | 1% | - |
| XYZ | 39.04 | 18.04 | 96.03 | - |
| YUV | 85.58 | 223.62 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 255 | 0.26 | 1 | 0 | 0 | 284.47 | 1 | 0.5 |
| Hex | BD | 0 | FF | 1A | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 275 | 0 | 377 | 32 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111101 | 0 | 11111111 | 11010 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BD00FF
Complementary color
Monochromatic Colors of #BD00FF
Black with #BD00FF
Text Example
Text Example
White with #BD00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00FF; }
p { color: rgb(189,0,255); }
H1.HeaderClassName
{
color: #BD00FF;
}
.AnyTagClassName
{
color: #BD00FF;
}
</style>
background-color css
<style>
a { background-color: #BD00FF; }
a { background-color: rgb(189,0,255); }
div.DivClassName
{
background-color: #BD00FF;
}
.BgClassName
{
background-color: #BD00FF;
}
</style>
border-color css
<style>
span { border-color: #BD00FF; }
span { border-color: rgb(189,0,255); }
td.TdClassName
{
border-color: #BD00FF;
}
.TagClassName
{
border-color: #BD00FF;
}
</style>