Shades of Electric Purple #B12CFF
Tints of Electric Purple #B12CFF
RGB
CMYK
RGB Variations
Color information
#B12CFF (or 0xB12CFF) is known color: Electric Purple. HEX triplet: B1, 2C and FF. RGB value is (177,44,255). Sum of RGB (Red+Green+Blue) = 177+44+255=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B12CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CFF is #4ED300. Grayscale: #6B6B6B. Windows color (decimal): -5165825 or 16723121. OLE color: 16723121.
HSL color Cylindrical-coordinate representation of color #B12CFF: hue angle of 277.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12CFF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 44 | 255 | - |
| CMYK | 0.31 | 0.83 | 0 | 0 |
| HSL | 277.82º | 1% | 0.59% | - |
| HSV(B) | 277.82º | 0.83% | 1% | - |
| XYZ | 37.08 | 18.37 | 96.2 | - |
| YUV | 107.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 255 | 0.31 | 0.83 | 0 | 0 | 277.82 | 1 | 0.59 |
| Hex | B1 | 2C | FF | 1F | 53 | 0 | 0 | 116 | 64 | 3B |
| Octal | 261 | 54 | 377 | 37 | 123 | 0 | 0 | 426 | 144 | 73 |
| Binary | 10110001 | 101100 | 11111111 | 11111 | 1010011 | 0 | 0 | 100010110 | 1100100 | 111011 |
Color Harmonies of #B12CFF
Complementary color
Monochromatic Colors of #B12CFF
Black with #B12CFF
Text Example
Text Example
White with #B12CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CFF; }
p { color: rgb(177,44,255); }
H1.HeaderClassName
{
color: #B12CFF;
}
.AnyTagClassName
{
color: #B12CFF;
}
</style>
background-color css
<style>
a { background-color: #B12CFF; }
a { background-color: rgb(177,44,255); }
div.DivClassName
{
background-color: #B12CFF;
}
.BgClassName
{
background-color: #B12CFF;
}
</style>
border-color css
<style>
span { border-color: #B12CFF; }
span { border-color: rgb(177,44,255); }
td.TdClassName
{
border-color: #B12CFF;
}
.TagClassName
{
border-color: #B12CFF;
}
</style>