Shades of Electric Purple #B012FF
Tints of Electric Purple #B012FF
RGB
CMYK
RGB Variations
Color information
#B012FF (or 0xB012FF) is known color: Electric Purple. HEX triplet: B0, 12 and FF. RGB value is (176,18,255). Sum of RGB (Red+Green+Blue) = 176+18+255=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B012FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012FF is #4FED00. Grayscale: #5B5B5B. Windows color (decimal): -5238017 or 16716464. OLE color: 16716464.
HSL color Cylindrical-coordinate representation of color #B012FF: hue angle of 280º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B012FF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 18 | 255 | - |
| CMYK | 0.31 | 0.93 | 0 | 0 |
| HSL | 280º | 1% | 0.54% | - |
| HSV(B) | 280º | 0.93% | 1% | - |
| XYZ | 36.17 | 16.88 | 95.96 | - |
| YUV | 92.26 | 219.85 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 255 | 0.31 | 0.93 | 0 | 0 | 280 | 1 | 0.54 |
| Hex | B0 | 12 | FF | 1F | 5D | 0 | 0 | 118 | 64 | 36 |
| Octal | 260 | 22 | 377 | 37 | 135 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10110000 | 10010 | 11111111 | 11111 | 1011101 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #B012FF
Complementary color
Monochromatic Colors of #B012FF
Black with #B012FF
Text Example
Text Example
White with #B012FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012FF; }
p { color: rgb(176,18,255); }
H1.HeaderClassName
{
color: #B012FF;
}
.AnyTagClassName
{
color: #B012FF;
}
</style>
background-color css
<style>
a { background-color: #B012FF; }
a { background-color: rgb(176,18,255); }
div.DivClassName
{
background-color: #B012FF;
}
.BgClassName
{
background-color: #B012FF;
}
</style>
border-color css
<style>
span { border-color: #B012FF; }
span { border-color: rgb(176,18,255); }
td.TdClassName
{
border-color: #B012FF;
}
.TagClassName
{
border-color: #B012FF;
}
</style>