Shades of Electric Purple #BD06FA
Tints of Electric Purple #BD06FA
RGB
CMYK
RGB Variations
Color information
#BD06FA (or 0xBD06FA) is known color: Electric Purple. HEX triplet: BD, 06 and FA. RGB value is (189,6,250). Sum of RGB (Red+Green+Blue) = 189+6+250=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06FA is #42F905. Grayscale: #575757. Windows color (decimal): -4389126 or 16385725. OLE color: 16385725.
HSL color Cylindrical-coordinate representation of color #BD06FA: hue angle of 285º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD06FA is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 6 | 250 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.5% | - |
| HSV(B) | 285º | 0.98% | 0.98% | - |
| XYZ | 38.31 | 17.85 | 91.87 | - |
| YUV | 88.53 | 219.13 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 250 | 0.24 | 0.98 | 0 | 0.02 | 285 | 0.96 | 0.5 |
| Hex | BD | 6 | FA | 18 | 62 | 0 | 2 | 11D | 60 | 32 |
| Octal | 275 | 6 | 372 | 30 | 142 | 0 | 2 | 435 | 140 | 62 |
| Binary | 10111101 | 110 | 11111010 | 11000 | 1100010 | 0 | 10 | 100011101 | 1100000 | 110010 |
Color Harmonies of #BD06FA
Complementary color
Monochromatic Colors of #BD06FA
Black with #BD06FA
Text Example
Text Example
White with #BD06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06FA; }
p { color: rgb(189,6,250); }
H1.HeaderClassName
{
color: #BD06FA;
}
.AnyTagClassName
{
color: #BD06FA;
}
</style>
background-color css
<style>
a { background-color: #BD06FA; }
a { background-color: rgb(189,6,250); }
div.DivClassName
{
background-color: #BD06FA;
}
.BgClassName
{
background-color: #BD06FA;
}
</style>
border-color css
<style>
span { border-color: #BD06FA; }
span { border-color: rgb(189,6,250); }
td.TdClassName
{
border-color: #BD06FA;
}
.TagClassName
{
border-color: #BD06FA;
}
</style>