Shades of Electric Purple #B605FE
Tints of Electric Purple #B605FE
RGB
CMYK
RGB Variations
Color information
#B605FE (or 0xB605FE) is known color: Electric Purple. HEX triplet: B6, 05 and FE. RGB value is (182,5,254). Sum of RGB (Red+Green+Blue) = 182+5+254=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 5 (2.34% from 255 or 1.13% 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 #B605FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B605FE is #49FA01. Grayscale: #555555. Windows color (decimal): -4848130 or 16647606. OLE color: 16647606.
HSL color Cylindrical-coordinate representation of color #B605FE: hue angle of 282.65º 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 #B605FE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 5 | 254 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.00 |
| HSL | 282.65º | 0.99% | 0.51% | - |
| HSV(B) | 282.65º | 0.98% | 1% | - |
| XYZ | 37.24 | 17.21 | 95.13 | - |
| YUV | 86.31 | 222.64 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 254 | 0.28 | 0.98 | 0 | 0.00 | 282.65 | 0.99 | 0.51 |
| Hex | B6 | 5 | FE | 1C | 62 | 0 | 0 | 11B | 63 | 33 |
| Octal | 266 | 5 | 376 | 34 | 142 | 0 | 0 | 433 | 143 | 63 |
| Binary | 10110110 | 101 | 11111110 | 11100 | 1100010 | 0 | 0 | 100011011 | 1100011 | 110011 |
Color Harmonies of #B605FE
Complementary color
Monochromatic Colors of #B605FE
Black with #B605FE
Text Example
Text Example
White with #B605FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B605FE; }
p { color: rgb(182,5,254); }
H1.HeaderClassName
{
color: #B605FE;
}
.AnyTagClassName
{
color: #B605FE;
}
</style>
background-color css
<style>
a { background-color: #B605FE; }
a { background-color: rgb(182,5,254); }
div.DivClassName
{
background-color: #B605FE;
}
.BgClassName
{
background-color: #B605FE;
}
</style>
border-color css
<style>
span { border-color: #B605FE; }
span { border-color: rgb(182,5,254); }
td.TdClassName
{
border-color: #B605FE;
}
.TagClassName
{
border-color: #B605FE;
}
</style>