Shades of Electric Purple #B628ED
Tints of Electric Purple #B628ED
RGB
CMYK
RGB Variations
Color information
#B628ED (or 0xB628ED) is known color: Electric Purple. HEX triplet: B6, 28 and ED. RGB value is (182,40,237). Sum of RGB (Red+Green+Blue) = 182+40+237=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 40 (16.02% from 255 or 8.71% 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 #B628ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B628ED is #49D712. Grayscale: #686868. Windows color (decimal): -4839187 or 15542454. OLE color: 15542454.
HSL color Cylindrical-coordinate representation of color #B628ED: hue angle of 283.25º 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 #B628ED is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 40 | 237 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.07 |
| HSL | 283.25º | 0.85% | 0.54% | - |
| HSV(B) | 283.25º | 0.83% | 0.93% | - |
| XYZ | 35.34 | 17.58 | 81.65 | - |
| YUV | 104.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 237 | 0.23 | 0.83 | 0 | 0.07 | 283.25 | 0.85 | 0.54 |
| Hex | B6 | 28 | ED | 17 | 53 | 0 | 7 | 11B | 55 | 36 |
| Octal | 266 | 50 | 355 | 27 | 123 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110110 | 101000 | 11101101 | 10111 | 1010011 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B628ED
Complementary color
Monochromatic Colors of #B628ED
Black with #B628ED
Text Example
Text Example
White with #B628ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628ED; }
p { color: rgb(182,40,237); }
H1.HeaderClassName
{
color: #B628ED;
}
.AnyTagClassName
{
color: #B628ED;
}
</style>
background-color css
<style>
a { background-color: #B628ED; }
a { background-color: rgb(182,40,237); }
div.DivClassName
{
background-color: #B628ED;
}
.BgClassName
{
background-color: #B628ED;
}
</style>
border-color css
<style>
span { border-color: #B628ED; }
span { border-color: rgb(182,40,237); }
td.TdClassName
{
border-color: #B628ED;
}
.TagClassName
{
border-color: #B628ED;
}
</style>