Shades of Electric Purple #B62CFE
Tints of Electric Purple #B62CFE
RGB
CMYK
RGB Variations
Color information
#B62CFE (or 0xB62CFE) is known color: Electric Purple. HEX triplet: B6, 2C and FE. RGB value is (182,44,254). Sum of RGB (Red+Green+Blue) = 182+44+254=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #B62CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62CFE is #49D301. Grayscale: #6C6C6C. Windows color (decimal): -4838146 or 16657590. OLE color: 16657590.
HSL color Cylindrical-coordinate representation of color #B62CFE: hue angle of 279.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B62CFE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 44 | 254 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.00 |
| HSL | 279.43º | 0.99% | 0.58% | - |
| HSV(B) | 279.43º | 0.83% | 1% | - |
| XYZ | 38.08 | 18.9 | 95.41 | - |
| YUV | 109.2 | 209.72 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 254 | 0.28 | 0.83 | 0 | 0.00 | 279.43 | 0.99 | 0.58 |
| Hex | B6 | 2C | FE | 1C | 53 | 0 | 0 | 117 | 63 | 3A |
| Octal | 266 | 54 | 376 | 34 | 123 | 0 | 0 | 427 | 143 | 72 |
| Binary | 10110110 | 101100 | 11111110 | 11100 | 1010011 | 0 | 0 | 100010111 | 1100011 | 111010 |
Color Harmonies of #B62CFE
Complementary color
Monochromatic Colors of #B62CFE
Black with #B62CFE
Text Example
Text Example
White with #B62CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62CFE; }
p { color: rgb(182,44,254); }
H1.HeaderClassName
{
color: #B62CFE;
}
.AnyTagClassName
{
color: #B62CFE;
}
</style>
background-color css
<style>
a { background-color: #B62CFE; }
a { background-color: rgb(182,44,254); }
div.DivClassName
{
background-color: #B62CFE;
}
.BgClassName
{
background-color: #B62CFE;
}
</style>
border-color css
<style>
span { border-color: #B62CFE; }
span { border-color: rgb(182,44,254); }
td.TdClassName
{
border-color: #B62CFE;
}
.TagClassName
{
border-color: #B62CFE;
}
</style>