Shades of Electric Purple #B725EE
Tints of Electric Purple #B725EE
RGB
CMYK
RGB Variations
Color information
#B725EE (or 0xB725EE) is known color: Electric Purple. HEX triplet: B7, 25 and EE. RGB value is (183,37,238). Sum of RGB (Red+Green+Blue) = 183+37+238=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #B725EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725EE is #48DA11. Grayscale: #666666. Windows color (decimal): -4774418 or 15607223. OLE color: 15607223.
HSL color Cylindrical-coordinate representation of color #B725EE: hue angle of 283.58º degrees, saturation: 0.86, 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 #B725EE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 37 | 238 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.07 |
| HSL | 283.58º | 0.86% | 0.54% | - |
| HSV(B) | 283.58º | 0.84% | 0.93% | - |
| XYZ | 35.62 | 17.56 | 82.4 | - |
| YUV | 103.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 238 | 0.23 | 0.84 | 0 | 0.07 | 283.58 | 0.86 | 0.54 |
| Hex | B7 | 25 | EE | 17 | 54 | 0 | 7 | 11C | 56 | 36 |
| Octal | 267 | 45 | 356 | 27 | 124 | 0 | 7 | 434 | 126 | 66 |
| Binary | 10110111 | 100101 | 11101110 | 10111 | 1010100 | 0 | 111 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B725EE
Complementary color
Monochromatic Colors of #B725EE
Black with #B725EE
Text Example
Text Example
White with #B725EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725EE; }
p { color: rgb(183,37,238); }
H1.HeaderClassName
{
color: #B725EE;
}
.AnyTagClassName
{
color: #B725EE;
}
</style>
background-color css
<style>
a { background-color: #B725EE; }
a { background-color: rgb(183,37,238); }
div.DivClassName
{
background-color: #B725EE;
}
.BgClassName
{
background-color: #B725EE;
}
</style>
border-color css
<style>
span { border-color: #B725EE; }
span { border-color: rgb(183,37,238); }
td.TdClassName
{
border-color: #B725EE;
}
.TagClassName
{
border-color: #B725EE;
}
</style>