Shades of Electric Purple #BD09FF
Tints of Electric Purple #BD09FF
RGB
CMYK
RGB Variations
Color information
#BD09FF (or 0xBD09FF) is known color: Electric Purple. HEX triplet: BD, 09 and FF. RGB value is (189,9,255). Sum of RGB (Red+Green+Blue) = 189+9+255=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD09FF is #42F600. Grayscale: #5A5A5A. Windows color (decimal): -4388353 or 16714173. OLE color: 16714173.
HSL color Cylindrical-coordinate representation of color #BD09FF: hue angle of 283.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09FF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 9 | 255 | - |
| CMYK | 0.26 | 0.96 | 0 | 0 |
| HSL | 283.9º | 1% | 0.52% | - |
| HSV(B) | 283.9º | 0.96% | 1% | - |
| XYZ | 39.13 | 18.23 | 96.06 | - |
| YUV | 90.86 | 220.63 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 255 | 0.26 | 0.96 | 0 | 0 | 283.9 | 1 | 0.52 |
| Hex | BD | 9 | FF | 1A | 60 | 0 | 0 | 11C | 64 | 34 |
| Octal | 275 | 11 | 377 | 32 | 140 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111101 | 1001 | 11111111 | 11010 | 1100000 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BD09FF
Complementary color
Monochromatic Colors of #BD09FF
Black with #BD09FF
Text Example
Text Example
White with #BD09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09FF; }
p { color: rgb(189,9,255); }
H1.HeaderClassName
{
color: #BD09FF;
}
.AnyTagClassName
{
color: #BD09FF;
}
</style>
background-color css
<style>
a { background-color: #BD09FF; }
a { background-color: rgb(189,9,255); }
div.DivClassName
{
background-color: #BD09FF;
}
.BgClassName
{
background-color: #BD09FF;
}
</style>
border-color css
<style>
span { border-color: #BD09FF; }
span { border-color: rgb(189,9,255); }
td.TdClassName
{
border-color: #BD09FF;
}
.TagClassName
{
border-color: #BD09FF;
}
</style>