Shades of Electric Purple #B728ED
Tints of Electric Purple #B728ED
RGB
CMYK
RGB Variations
Color information
#B728ED (or 0xB728ED) is known color: Electric Purple. HEX triplet: B7, 28 and ED. RGB value is (183,40,237). Sum of RGB (Red+Green+Blue) = 183+40+237=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B728ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728ED is #48D712. Grayscale: #686868. Windows color (decimal): -4773651 or 15542455. OLE color: 15542455.
HSL color Cylindrical-coordinate representation of color #B728ED: hue angle of 283.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B728ED is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 40 | 237 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.07 |
| HSL | 283.55º | 0.85% | 0.54% | - |
| HSV(B) | 283.55º | 0.83% | 0.93% | - |
| XYZ | 35.57 | 17.7 | 81.66 | - |
| YUV | 105.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 237 | 0.23 | 0.83 | 0 | 0.07 | 283.55 | 0.85 | 0.54 |
| Hex | B7 | 28 | ED | 17 | 53 | 0 | 7 | 11C | 55 | 36 |
| Octal | 267 | 50 | 355 | 27 | 123 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10110111 | 101000 | 11101101 | 10111 | 1010011 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B728ED
Complementary color
Monochromatic Colors of #B728ED
Black with #B728ED
Text Example
Text Example
White with #B728ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728ED; }
p { color: rgb(183,40,237); }
H1.HeaderClassName
{
color: #B728ED;
}
.AnyTagClassName
{
color: #B728ED;
}
</style>
background-color css
<style>
a { background-color: #B728ED; }
a { background-color: rgb(183,40,237); }
div.DivClassName
{
background-color: #B728ED;
}
.BgClassName
{
background-color: #B728ED;
}
</style>
border-color css
<style>
span { border-color: #B728ED; }
span { border-color: rgb(183,40,237); }
td.TdClassName
{
border-color: #B728ED;
}
.TagClassName
{
border-color: #B728ED;
}
</style>