Shades of Electric Purple #B312FF
Tints of Electric Purple #B312FF
RGB
CMYK
RGB Variations
Color information
#B312FF (or 0xB312FF) is known color: Electric Purple. HEX triplet: B3, 12 and FF. RGB value is (179,18,255). Sum of RGB (Red+Green+Blue) = 179+18+255=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B312FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312FF is #4CED00. Grayscale: #5C5C5C. Windows color (decimal): -5041409 or 16716467. OLE color: 16716467.
HSL color Cylindrical-coordinate representation of color #B312FF: hue angle of 280.76º 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 #B312FF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 18 | 255 | - |
| CMYK | 0.30 | 0.93 | 0 | 0 |
| HSL | 280.76º | 1% | 0.54% | - |
| HSV(B) | 280.76º | 0.93% | 1% | - |
| XYZ | 36.86 | 17.24 | 95.99 | - |
| YUV | 93.16 | 219.34 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 255 | 0.30 | 0.93 | 0 | 0 | 280.76 | 1 | 0.54 |
| Hex | B3 | 12 | FF | 1E | 5D | 0 | 0 | 119 | 64 | 36 |
| Octal | 263 | 22 | 377 | 36 | 135 | 0 | 0 | 431 | 144 | 66 |
| Binary | 10110011 | 10010 | 11111111 | 11110 | 1011101 | 0 | 0 | 100011001 | 1100100 | 110110 |
Color Harmonies of #B312FF
Complementary color
Monochromatic Colors of #B312FF
Black with #B312FF
Text Example
Text Example
White with #B312FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312FF; }
p { color: rgb(179,18,255); }
H1.HeaderClassName
{
color: #B312FF;
}
.AnyTagClassName
{
color: #B312FF;
}
</style>
background-color css
<style>
a { background-color: #B312FF; }
a { background-color: rgb(179,18,255); }
div.DivClassName
{
background-color: #B312FF;
}
.BgClassName
{
background-color: #B312FF;
}
</style>
border-color css
<style>
span { border-color: #B312FF; }
span { border-color: rgb(179,18,255); }
td.TdClassName
{
border-color: #B312FF;
}
.TagClassName
{
border-color: #B312FF;
}
</style>