Shades of Electric Purple #B606FE
Tints of Electric Purple #B606FE
RGB
CMYK
RGB Variations
Color information
#B606FE (or 0xB606FE) is known color: Electric Purple. HEX triplet: B6, 06 and FE. RGB value is (182,6,254). Sum of RGB (Red+Green+Blue) = 182+6+254=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B606FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B606FE is #49F901. Grayscale: #565656. Windows color (decimal): -4847874 or 16647862. OLE color: 16647862.
HSL color Cylindrical-coordinate representation of color #B606FE: hue angle of 282.58º 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 #B606FE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 6 | 254 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.00 |
| HSL | 282.58º | 0.99% | 0.51% | - |
| HSV(B) | 282.58º | 0.98% | 1% | - |
| XYZ | 37.25 | 17.23 | 95.13 | - |
| YUV | 86.9 | 222.31 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 6 | 254 | 0.28 | 0.98 | 0 | 0.00 | 282.58 | 0.99 | 0.51 |
| Hex | B6 | 6 | FE | 1C | 62 | 0 | 0 | 11B | 63 | 33 |
| Octal | 266 | 6 | 376 | 34 | 142 | 0 | 0 | 433 | 143 | 63 |
| Binary | 10110110 | 110 | 11111110 | 11100 | 1100010 | 0 | 0 | 100011011 | 1100011 | 110011 |
Color Harmonies of #B606FE
Complementary color
Monochromatic Colors of #B606FE
Black with #B606FE
Text Example
Text Example
White with #B606FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B606FE; }
p { color: rgb(182,6,254); }
H1.HeaderClassName
{
color: #B606FE;
}
.AnyTagClassName
{
color: #B606FE;
}
</style>
background-color css
<style>
a { background-color: #B606FE; }
a { background-color: rgb(182,6,254); }
div.DivClassName
{
background-color: #B606FE;
}
.BgClassName
{
background-color: #B606FE;
}
</style>
border-color css
<style>
span { border-color: #B606FE; }
span { border-color: rgb(182,6,254); }
td.TdClassName
{
border-color: #B606FE;
}
.TagClassName
{
border-color: #B606FE;
}
</style>