Shades of Electric Purple #BD26F5
Tints of Electric Purple #BD26F5
RGB
CMYK
RGB Variations
Color information
#BD26F5 (or 0xBD26F5) is known color: Electric Purple. HEX triplet: BD, 26 and F5. RGB value is (189,38,245). Sum of RGB (Red+Green+Blue) = 189+38+245=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD26F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD26F5 is #42D90A. Grayscale: #6A6A6A. Windows color (decimal): -4380939 or 16066237. OLE color: 16066237.
HSL color Cylindrical-coordinate representation of color #BD26F5: hue angle of 283.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD26F5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 38 | 245 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.04 |
| HSL | 283.77º | 0.91% | 0.55% | - |
| HSV(B) | 283.77º | 0.84% | 0.96% | - |
| XYZ | 38.16 | 18.8 | 88 | - |
| YUV | 106.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 245 | 0.23 | 0.84 | 0 | 0.04 | 283.77 | 0.91 | 0.55 |
| Hex | BD | 26 | F5 | 17 | 54 | 0 | 4 | 11C | 5B | 37 |
| Octal | 275 | 46 | 365 | 27 | 124 | 0 | 4 | 434 | 133 | 67 |
| Binary | 10111101 | 100110 | 11110101 | 10111 | 1010100 | 0 | 100 | 100011100 | 1011011 | 110111 |
Color Harmonies of #BD26F5
Complementary color
Monochromatic Colors of #BD26F5
Black with #BD26F5
Text Example
Text Example
White with #BD26F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26F5; }
p { color: rgb(189,38,245); }
H1.HeaderClassName
{
color: #BD26F5;
}
.AnyTagClassName
{
color: #BD26F5;
}
</style>
background-color css
<style>
a { background-color: #BD26F5; }
a { background-color: rgb(189,38,245); }
div.DivClassName
{
background-color: #BD26F5;
}
.BgClassName
{
background-color: #BD26F5;
}
</style>
border-color css
<style>
span { border-color: #BD26F5; }
span { border-color: rgb(189,38,245); }
td.TdClassName
{
border-color: #BD26F5;
}
.TagClassName
{
border-color: #BD26F5;
}
</style>