Shades of Electric Purple #BD01FF
Tints of Electric Purple #BD01FF
RGB
CMYK
RGB Variations
Color information
#BD01FF (or 0xBD01FF) is known color: Electric Purple. HEX triplet: BD, 01 and FF. RGB value is (189,1,255). Sum of RGB (Red+Green+Blue) = 189+1+255=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD01FF is #42FE00. Grayscale: #555555. Windows color (decimal): -4390401 or 16712125. OLE color: 16712125.
HSL color Cylindrical-coordinate representation of color #BD01FF: hue angle of 284.41º 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 #BD01FF is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 1 | 255 | - |
| CMYK | 0.26 | 1.00 | 0 | 0 |
| HSL | 284.41º | 1% | 0.5% | - |
| HSV(B) | 284.41º | 1% | 1% | - |
| XYZ | 39.05 | 18.06 | 96.04 | - |
| YUV | 86.17 | 223.28 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 255 | 0.26 | 1.00 | 0 | 0 | 284.41 | 1 | 0.5 |
| Hex | BD | 1 | FF | 1A | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 275 | 1 | 377 | 32 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111101 | 1 | 11111111 | 11010 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BD01FF
Complementary color
Monochromatic Colors of #BD01FF
Black with #BD01FF
Text Example
Text Example
White with #BD01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01FF; }
p { color: rgb(189,1,255); }
H1.HeaderClassName
{
color: #BD01FF;
}
.AnyTagClassName
{
color: #BD01FF;
}
</style>
background-color css
<style>
a { background-color: #BD01FF; }
a { background-color: rgb(189,1,255); }
div.DivClassName
{
background-color: #BD01FF;
}
.BgClassName
{
background-color: #BD01FF;
}
</style>
border-color css
<style>
span { border-color: #BD01FF; }
span { border-color: rgb(189,1,255); }
td.TdClassName
{
border-color: #BD01FF;
}
.TagClassName
{
border-color: #BD01FF;
}
</style>