Shades of Electric Purple #B624FE
Tints of Electric Purple #B624FE
RGB
CMYK
RGB Variations
Color information
#B624FE (or 0xB624FE) is known color: Electric Purple. HEX triplet: B6, 24 and FE. RGB value is (182,36,254). Sum of RGB (Red+Green+Blue) = 182+36+254=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B624FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B624FE is #49DB01. Grayscale: #676767. Windows color (decimal): -4840194 or 16655542. OLE color: 16655542.
HSL color Cylindrical-coordinate representation of color #B624FE: hue angle of 280.18º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B624FE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 36 | 254 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.00 |
| HSL | 280.18º | 0.99% | 0.57% | - |
| HSV(B) | 280.18º | 0.86% | 1% | - |
| XYZ | 37.81 | 18.36 | 95.32 | - |
| YUV | 104.51 | 212.37 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 254 | 0.28 | 0.86 | 0 | 0.00 | 280.18 | 0.99 | 0.57 |
| Hex | B6 | 24 | FE | 1C | 56 | 0 | 0 | 118 | 63 | 39 |
| Octal | 266 | 44 | 376 | 34 | 126 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110110 | 100100 | 11111110 | 11100 | 1010110 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B624FE
Complementary color
Monochromatic Colors of #B624FE
Black with #B624FE
Text Example
Text Example
White with #B624FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624FE; }
p { color: rgb(182,36,254); }
H1.HeaderClassName
{
color: #B624FE;
}
.AnyTagClassName
{
color: #B624FE;
}
</style>
background-color css
<style>
a { background-color: #B624FE; }
a { background-color: rgb(182,36,254); }
div.DivClassName
{
background-color: #B624FE;
}
.BgClassName
{
background-color: #B624FE;
}
</style>
border-color css
<style>
span { border-color: #B624FE; }
span { border-color: rgb(182,36,254); }
td.TdClassName
{
border-color: #B624FE;
}
.TagClassName
{
border-color: #B624FE;
}
</style>