Shades of Electric Purple #B925ED
Tints of Electric Purple #B925ED
RGB
CMYK
RGB Variations
Color information
#B925ED (or 0xB925ED) is known color: Electric Purple. HEX triplet: B9, 25 and ED. RGB value is (185,37,237). Sum of RGB (Red+Green+Blue) = 185+37+237=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B925ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B925ED is #46DA12. Grayscale: #676767. Windows color (decimal): -4643347 or 15541689. OLE color: 15541689.
HSL color Cylindrical-coordinate representation of color #B925ED: hue angle of 284.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B925ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 37 | 237 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.4º | 0.85% | 0.54% | - |
| HSV(B) | 284.4º | 0.84% | 0.93% | - |
| XYZ | 35.96 | 17.75 | 81.65 | - |
| YUV | 104.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 237 | 0.22 | 0.84 | 0 | 0.07 | 284.4 | 0.85 | 0.54 |
| Hex | B9 | 25 | ED | 16 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 271 | 45 | 355 | 26 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111001 | 100101 | 11101101 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B925ED
Complementary color
Monochromatic Colors of #B925ED
Black with #B925ED
Text Example
Text Example
White with #B925ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925ED; }
p { color: rgb(185,37,237); }
H1.HeaderClassName
{
color: #B925ED;
}
.AnyTagClassName
{
color: #B925ED;
}
</style>
background-color css
<style>
a { background-color: #B925ED; }
a { background-color: rgb(185,37,237); }
div.DivClassName
{
background-color: #B925ED;
}
.BgClassName
{
background-color: #B925ED;
}
</style>
border-color css
<style>
span { border-color: #B925ED; }
span { border-color: rgb(185,37,237); }
td.TdClassName
{
border-color: #B925ED;
}
.TagClassName
{
border-color: #B925ED;
}
</style>