Shades of Electric Purple #BD08FF
Tints of Electric Purple #BD08FF
RGB
CMYK
RGB Variations
Color information
#BD08FF (or 0xBD08FF) is known color: Electric Purple. HEX triplet: BD, 08 and FF. RGB value is (189,8,255). Sum of RGB (Red+Green+Blue) = 189+8+255=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD08FF is #42F700. Grayscale: #595959. Windows color (decimal): -4388609 or 16713917. OLE color: 16713917.
HSL color Cylindrical-coordinate representation of color #BD08FF: hue angle of 283.97º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD08FF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 8 | 255 | - |
| CMYK | 0.26 | 0.97 | 0 | 0 |
| HSL | 283.97º | 1% | 0.52% | - |
| HSV(B) | 283.97º | 0.97% | 1% | - |
| XYZ | 39.12 | 18.21 | 96.06 | - |
| YUV | 90.28 | 220.97 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 255 | 0.26 | 0.97 | 0 | 0 | 283.97 | 1 | 0.52 |
| Hex | BD | 8 | FF | 1A | 61 | 0 | 0 | 11C | 64 | 34 |
| Octal | 275 | 10 | 377 | 32 | 141 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111101 | 1000 | 11111111 | 11010 | 1100001 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BD08FF
Complementary color
Monochromatic Colors of #BD08FF
Black with #BD08FF
Text Example
Text Example
White with #BD08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08FF; }
p { color: rgb(189,8,255); }
H1.HeaderClassName
{
color: #BD08FF;
}
.AnyTagClassName
{
color: #BD08FF;
}
</style>
background-color css
<style>
a { background-color: #BD08FF; }
a { background-color: rgb(189,8,255); }
div.DivClassName
{
background-color: #BD08FF;
}
.BgClassName
{
background-color: #BD08FF;
}
</style>
border-color css
<style>
span { border-color: #BD08FF; }
span { border-color: rgb(189,8,255); }
td.TdClassName
{
border-color: #BD08FF;
}
.TagClassName
{
border-color: #BD08FF;
}
</style>