Shades of Electric Purple #B60CFE
Tints of Electric Purple #B60CFE
RGB
CMYK
RGB Variations
Color information
#B60CFE (or 0xB60CFE) is known color: Electric Purple. HEX triplet: B6, 0C and FE. RGB value is (182,12,254). Sum of RGB (Red+Green+Blue) = 182+12+254=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #B60CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CFE is #49F301. Grayscale: #595959. Windows color (decimal): -4846338 or 16649398. OLE color: 16649398.
HSL color Cylindrical-coordinate representation of color #B60CFE: hue angle of 282.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CFE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 12 | 254 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.00 |
| HSL | 282.15º | 0.99% | 0.52% | - |
| HSV(B) | 282.15º | 0.95% | 1% | - |
| XYZ | 37.31 | 17.36 | 95.15 | - |
| YUV | 90.42 | 220.32 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 254 | 0.28 | 0.95 | 0 | 0.00 | 282.15 | 0.99 | 0.52 |
| Hex | B6 | C | FE | 1C | 5F | 0 | 0 | 11A | 63 | 34 |
| Octal | 266 | 14 | 376 | 34 | 137 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110110 | 1100 | 11111110 | 11100 | 1011111 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B60CFE
Complementary color
Monochromatic Colors of #B60CFE
Black with #B60CFE
Text Example
Text Example
White with #B60CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CFE; }
p { color: rgb(182,12,254); }
H1.HeaderClassName
{
color: #B60CFE;
}
.AnyTagClassName
{
color: #B60CFE;
}
</style>
background-color css
<style>
a { background-color: #B60CFE; }
a { background-color: rgb(182,12,254); }
div.DivClassName
{
background-color: #B60CFE;
}
.BgClassName
{
background-color: #B60CFE;
}
</style>
border-color css
<style>
span { border-color: #B60CFE; }
span { border-color: rgb(182,12,254); }
td.TdClassName
{
border-color: #B60CFE;
}
.TagClassName
{
border-color: #B60CFE;
}
</style>