Shades of Electric Purple #BD00FD
Tints of Electric Purple #BD00FD
RGB
CMYK
RGB Variations
Color information
#BD00FD (or 0xBD00FD) is known color: Electric Purple. HEX triplet: BD, 00 and FD. RGB value is (189,0,253). Sum of RGB (Red+Green+Blue) = 189+0+253=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00FD is #42FF02. Grayscale: #545454. Windows color (decimal): -4390659 or 16580797. OLE color: 16580797.
HSL color Cylindrical-coordinate representation of color #BD00FD: hue angle of 284.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00FD is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 0 | 253 | - |
| CMYK | 0.25 | 1 | 0 | 0.01 |
| HSL | 284.82º | 1% | 0.5% | - |
| HSV(B) | 284.82º | 1% | 0.99% | - |
| XYZ | 38.72 | 17.91 | 94.35 | - |
| YUV | 85.35 | 222.62 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 253 | 0.25 | 1 | 0 | 0.01 | 284.82 | 1 | 0.5 |
| Hex | BD | 0 | FD | 19 | 64 | 0 | 1 | 11D | 64 | 32 |
| Octal | 275 | 0 | 375 | 31 | 144 | 0 | 1 | 435 | 144 | 62 |
| Binary | 10111101 | 0 | 11111101 | 11001 | 1100100 | 0 | 1 | 100011101 | 1100100 | 110010 |
Color Harmonies of #BD00FD
Complementary color
Monochromatic Colors of #BD00FD
Black with #BD00FD
Text Example
Text Example
White with #BD00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00FD; }
p { color: rgb(189,0,253); }
H1.HeaderClassName
{
color: #BD00FD;
}
.AnyTagClassName
{
color: #BD00FD;
}
</style>
background-color css
<style>
a { background-color: #BD00FD; }
a { background-color: rgb(189,0,253); }
div.DivClassName
{
background-color: #BD00FD;
}
.BgClassName
{
background-color: #BD00FD;
}
</style>
border-color css
<style>
span { border-color: #BD00FD; }
span { border-color: rgb(189,0,253); }
td.TdClassName
{
border-color: #BD00FD;
}
.TagClassName
{
border-color: #BD00FD;
}
</style>