Shades of Electric Purple #B506FE
Tints of Electric Purple #B506FE
RGB
CMYK
RGB Variations
Color information
#B506FE (or 0xB506FE) is known color: Electric Purple. HEX triplet: B5, 06 and FE. RGB value is (181,6,254). Sum of RGB (Red+Green+Blue) = 181+6+254=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #B506FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B506FE is #4AF901. Grayscale: #555555. Windows color (decimal): -4913410 or 16647861. OLE color: 16647861.
HSL color Cylindrical-coordinate representation of color #B506FE: hue angle of 282.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B506FE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 6 | 254 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.00 |
| HSL | 282.34º | 0.99% | 0.51% | - |
| HSV(B) | 282.34º | 0.98% | 1% | - |
| XYZ | 37.01 | 17.11 | 95.12 | - |
| YUV | 86.6 | 222.48 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 254 | 0.29 | 0.98 | 0 | 0.00 | 282.34 | 0.99 | 0.51 |
| Hex | B5 | 6 | FE | 1D | 62 | 0 | 0 | 11A | 63 | 33 |
| Octal | 265 | 6 | 376 | 35 | 142 | 0 | 0 | 432 | 143 | 63 |
| Binary | 10110101 | 110 | 11111110 | 11101 | 1100010 | 0 | 0 | 100011010 | 1100011 | 110011 |
Color Harmonies of #B506FE
Complementary color
Monochromatic Colors of #B506FE
Black with #B506FE
Text Example
Text Example
White with #B506FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B506FE; }
p { color: rgb(181,6,254); }
H1.HeaderClassName
{
color: #B506FE;
}
.AnyTagClassName
{
color: #B506FE;
}
</style>
background-color css
<style>
a { background-color: #B506FE; }
a { background-color: rgb(181,6,254); }
div.DivClassName
{
background-color: #B506FE;
}
.BgClassName
{
background-color: #B506FE;
}
</style>
border-color css
<style>
span { border-color: #B506FE; }
span { border-color: rgb(181,6,254); }
td.TdClassName
{
border-color: #B506FE;
}
.TagClassName
{
border-color: #B506FE;
}
</style>