Shades of Electric Purple #BD25F0
Tints of Electric Purple #BD25F0
RGB
CMYK
RGB Variations
Color information
#BD25F0 (or 0xBD25F0) is known color: Electric Purple. HEX triplet: BD, 25 and F0. RGB value is (189,37,240). Sum of RGB (Red+Green+Blue) = 189+37+240=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD25F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD25F0 is #42DA0F. Grayscale: #686868. Windows color (decimal): -4381200 or 15738301. OLE color: 15738301.
HSL color Cylindrical-coordinate representation of color #BD25F0: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD25F0 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 37 | 240 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.06 |
| HSL | 284.93º | 0.87% | 0.54% | - |
| HSV(B) | 284.93º | 0.85% | 0.94% | - |
| XYZ | 37.38 | 18.43 | 84.03 | - |
| YUV | 105.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 240 | 0.21 | 0.85 | 0 | 0.06 | 284.93 | 0.87 | 0.54 |
| Hex | BD | 25 | F0 | 15 | 55 | 0 | 6 | 11D | 57 | 36 |
| Octal | 275 | 45 | 360 | 25 | 125 | 0 | 6 | 435 | 127 | 66 |
| Binary | 10111101 | 100101 | 11110000 | 10101 | 1010101 | 0 | 110 | 100011101 | 1010111 | 110110 |
Color Harmonies of #BD25F0
Complementary color
Monochromatic Colors of #BD25F0
Black with #BD25F0
Text Example
Text Example
White with #BD25F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25F0; }
p { color: rgb(189,37,240); }
H1.HeaderClassName
{
color: #BD25F0;
}
.AnyTagClassName
{
color: #BD25F0;
}
</style>
background-color css
<style>
a { background-color: #BD25F0; }
a { background-color: rgb(189,37,240); }
div.DivClassName
{
background-color: #BD25F0;
}
.BgClassName
{
background-color: #BD25F0;
}
</style>
border-color css
<style>
span { border-color: #BD25F0; }
span { border-color: rgb(189,37,240); }
td.TdClassName
{
border-color: #BD25F0;
}
.TagClassName
{
border-color: #BD25F0;
}
</style>