Shades of Electric Purple #B627FE
Tints of Electric Purple #B627FE
RGB
CMYK
RGB Variations
Color information
#B627FE (or 0xB627FE) is known color: Electric Purple. HEX triplet: B6, 27 and FE. RGB value is (182,39,254). Sum of RGB (Red+Green+Blue) = 182+39+254=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #B627FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B627FE is #49D801. Grayscale: #696969. Windows color (decimal): -4839426 or 16656310. OLE color: 16656310.
HSL color Cylindrical-coordinate representation of color #B627FE: hue angle of 279.91º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B627FE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 39 | 254 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.00 |
| HSL | 279.91º | 0.99% | 0.57% | - |
| HSV(B) | 279.91º | 0.85% | 1% | - |
| XYZ | 37.91 | 18.55 | 95.35 | - |
| YUV | 106.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 39 | 254 | 0.28 | 0.85 | 0 | 0.00 | 279.91 | 0.99 | 0.57 |
| Hex | B6 | 27 | FE | 1C | 55 | 0 | 0 | 118 | 63 | 39 |
| Octal | 266 | 47 | 376 | 34 | 125 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110110 | 100111 | 11111110 | 11100 | 1010101 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B627FE
Complementary color
Monochromatic Colors of #B627FE
Black with #B627FE
Text Example
Text Example
White with #B627FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B627FE; }
p { color: rgb(182,39,254); }
H1.HeaderClassName
{
color: #B627FE;
}
.AnyTagClassName
{
color: #B627FE;
}
</style>
background-color css
<style>
a { background-color: #B627FE; }
a { background-color: rgb(182,39,254); }
div.DivClassName
{
background-color: #B627FE;
}
.BgClassName
{
background-color: #B627FE;
}
</style>
border-color css
<style>
span { border-color: #B627FE; }
span { border-color: rgb(182,39,254); }
td.TdClassName
{
border-color: #B627FE;
}
.TagClassName
{
border-color: #B627FE;
}
</style>