Shades of Electric Purple #BD06F8
Tints of Electric Purple #BD06F8
RGB
CMYK
RGB Variations
Color information
#BD06F8 (or 0xBD06F8) is known color: Electric Purple. HEX triplet: BD, 06 and F8. RGB value is (189,6,248). Sum of RGB (Red+Green+Blue) = 189+6+248=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD06F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06F8 is #42F907. Grayscale: #575757. Windows color (decimal): -4389128 or 16254653. OLE color: 16254653.
HSL color Cylindrical-coordinate representation of color #BD06F8: hue angle of 285.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD06F8 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 6 | 248 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.03 |
| HSL | 285.37º | 0.95% | 0.5% | - |
| HSV(B) | 285.37º | 0.98% | 0.97% | - |
| XYZ | 37.99 | 17.73 | 90.23 | - |
| YUV | 88.31 | 218.13 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 248 | 0.24 | 0.98 | 0 | 0.03 | 285.37 | 0.95 | 0.5 |
| Hex | BD | 6 | F8 | 18 | 62 | 0 | 3 | 11D | 5F | 32 |
| Octal | 275 | 6 | 370 | 30 | 142 | 0 | 3 | 435 | 137 | 62 |
| Binary | 10111101 | 110 | 11111000 | 11000 | 1100010 | 0 | 11 | 100011101 | 1011111 | 110010 |
Color Harmonies of #BD06F8
Complementary color
Monochromatic Colors of #BD06F8
Black with #BD06F8
Text Example
Text Example
White with #BD06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD06F8; }
p { color: rgb(189,6,248); }
H1.HeaderClassName
{
color: #BD06F8;
}
.AnyTagClassName
{
color: #BD06F8;
}
</style>
background-color css
<style>
a { background-color: #BD06F8; }
a { background-color: rgb(189,6,248); }
div.DivClassName
{
background-color: #BD06F8;
}
.BgClassName
{
background-color: #BD06F8;
}
</style>
border-color css
<style>
span { border-color: #BD06F8; }
span { border-color: rgb(189,6,248); }
td.TdClassName
{
border-color: #BD06F8;
}
.TagClassName
{
border-color: #BD06F8;
}
</style>