Shades of Electric Purple #BD10F0
Tints of Electric Purple #BD10F0
RGB
CMYK
RGB Variations
Color information
#BD10F0 (or 0xBD10F0) is known color: Electric Purple. HEX triplet: BD, 10 and F0. RGB value is (189,16,240). Sum of RGB (Red+Green+Blue) = 189+16+240=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10F0 is #42EF0F. Grayscale: #5C5C5C. Windows color (decimal): -4386576 or 15732925. OLE color: 15732925.
HSL color Cylindrical-coordinate representation of color #BD10F0: hue angle of 286.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10F0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 16 | 240 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.06 |
| HSL | 286.34º | 0.88% | 0.5% | - |
| HSV(B) | 286.34º | 0.93% | 0.94% | - |
| XYZ | 36.9 | 17.48 | 83.87 | - |
| YUV | 93.26 | 210.81 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 240 | 0.21 | 0.93 | 0 | 0.06 | 286.34 | 0.88 | 0.5 |
| Hex | BD | 10 | F0 | 15 | 5D | 0 | 6 | 11E | 58 | 32 |
| Octal | 275 | 20 | 360 | 25 | 135 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111101 | 10000 | 11110000 | 10101 | 1011101 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BD10F0
Complementary color
Monochromatic Colors of #BD10F0
Black with #BD10F0
Text Example
Text Example
White with #BD10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10F0; }
p { color: rgb(189,16,240); }
H1.HeaderClassName
{
color: #BD10F0;
}
.AnyTagClassName
{
color: #BD10F0;
}
</style>
background-color css
<style>
a { background-color: #BD10F0; }
a { background-color: rgb(189,16,240); }
div.DivClassName
{
background-color: #BD10F0;
}
.BgClassName
{
background-color: #BD10F0;
}
</style>
border-color css
<style>
span { border-color: #BD10F0; }
span { border-color: rgb(189,16,240); }
td.TdClassName
{
border-color: #BD10F0;
}
.TagClassName
{
border-color: #BD10F0;
}
</style>