Shades of Electric Purple #BD09FA
Tints of Electric Purple #BD09FA
RGB
CMYK
RGB Variations
Color information
#BD09FA (or 0xBD09FA) is known color: Electric Purple. HEX triplet: BD, 09 and FA. RGB value is (189,9,250). Sum of RGB (Red+Green+Blue) = 189+9+250=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD09FA is #42F605. Grayscale: #595959. Windows color (decimal): -4388358 or 16386493. OLE color: 16386493.
HSL color Cylindrical-coordinate representation of color #BD09FA: hue angle of 284.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09FA is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 9 | 250 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.02 |
| HSL | 284.81º | 0.96% | 0.51% | - |
| HSV(B) | 284.81º | 0.96% | 0.98% | - |
| XYZ | 38.34 | 17.92 | 91.88 | - |
| YUV | 90.29 | 218.13 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 250 | 0.24 | 0.96 | 0 | 0.02 | 284.81 | 0.96 | 0.51 |
| Hex | BD | 9 | FA | 18 | 60 | 0 | 2 | 11D | 60 | 33 |
| Octal | 275 | 11 | 372 | 30 | 140 | 0 | 2 | 435 | 140 | 63 |
| Binary | 10111101 | 1001 | 11111010 | 11000 | 1100000 | 0 | 10 | 100011101 | 1100000 | 110011 |
Color Harmonies of #BD09FA
Complementary color
Monochromatic Colors of #BD09FA
Black with #BD09FA
Text Example
Text Example
White with #BD09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09FA; }
p { color: rgb(189,9,250); }
H1.HeaderClassName
{
color: #BD09FA;
}
.AnyTagClassName
{
color: #BD09FA;
}
</style>
background-color css
<style>
a { background-color: #BD09FA; }
a { background-color: rgb(189,9,250); }
div.DivClassName
{
background-color: #BD09FA;
}
.BgClassName
{
background-color: #BD09FA;
}
</style>
border-color css
<style>
span { border-color: #BD09FA; }
span { border-color: rgb(189,9,250); }
td.TdClassName
{
border-color: #BD09FA;
}
.TagClassName
{
border-color: #BD09FA;
}
</style>