Shades of Electric Purple #B212FC
Tints of Electric Purple #B212FC
RGB
CMYK
RGB Variations
Color information
#B212FC (or 0xB212FC) is known color: Electric Purple. HEX triplet: B2, 12 and FC. RGB value is (178,18,252). Sum of RGB (Red+Green+Blue) = 178+18+252=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #B212FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FC is #4DED03. Grayscale: #5B5B5B. Windows color (decimal): -5106948 or 16519858. OLE color: 16519858.
HSL color Cylindrical-coordinate representation of color #B212FC: hue angle of 281.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B212FC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 18 | 252 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.01 |
| HSL | 281.03º | 0.98% | 0.53% | - |
| HSV(B) | 281.03º | 0.93% | 0.99% | - |
| XYZ | 36.15 | 16.93 | 93.46 | - |
| YUV | 92.52 | 218.01 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 252 | 0.29 | 0.93 | 0 | 0.01 | 281.03 | 0.98 | 0.53 |
| Hex | B2 | 12 | FC | 1D | 5D | 0 | 1 | 119 | 62 | 35 |
| Octal | 262 | 22 | 374 | 35 | 135 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110010 | 10010 | 11111100 | 11101 | 1011101 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B212FC
Complementary color
Monochromatic Colors of #B212FC
Black with #B212FC
Text Example
Text Example
White with #B212FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212FC; }
p { color: rgb(178,18,252); }
H1.HeaderClassName
{
color: #B212FC;
}
.AnyTagClassName
{
color: #B212FC;
}
</style>
background-color css
<style>
a { background-color: #B212FC; }
a { background-color: rgb(178,18,252); }
div.DivClassName
{
background-color: #B212FC;
}
.BgClassName
{
background-color: #B212FC;
}
</style>
border-color css
<style>
span { border-color: #B212FC; }
span { border-color: rgb(178,18,252); }
td.TdClassName
{
border-color: #B212FC;
}
.TagClassName
{
border-color: #B212FC;
}
</style>