Shades of Electric Purple #B318FE
Tints of Electric Purple #B318FE
RGB
CMYK
RGB Variations
Color information
#B318FE (or 0xB318FE) is known color: Electric Purple. HEX triplet: B3, 18 and FE. RGB value is (179,24,254). Sum of RGB (Red+Green+Blue) = 179+24+254=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #B318FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B318FE is #4CE701. Grayscale: #5F5F5F. Windows color (decimal): -5039874 or 16652467. OLE color: 16652467.
HSL color Cylindrical-coordinate representation of color #B318FE: hue angle of 280.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B318FE is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 24 | 254 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.00 |
| HSL | 280.43º | 0.99% | 0.55% | - |
| HSV(B) | 280.43º | 0.91% | 1% | - |
| XYZ | 36.81 | 17.39 | 95.18 | - |
| YUV | 96.57 | 216.85 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 254 | 0.30 | 0.91 | 0 | 0.00 | 280.43 | 0.99 | 0.55 |
| Hex | B3 | 18 | FE | 1E | 5B | 0 | 0 | 118 | 63 | 37 |
| Octal | 263 | 30 | 376 | 36 | 133 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110011 | 11000 | 11111110 | 11110 | 1011011 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B318FE
Complementary color
Monochromatic Colors of #B318FE
Black with #B318FE
Text Example
Text Example
White with #B318FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318FE; }
p { color: rgb(179,24,254); }
H1.HeaderClassName
{
color: #B318FE;
}
.AnyTagClassName
{
color: #B318FE;
}
</style>
background-color css
<style>
a { background-color: #B318FE; }
a { background-color: rgb(179,24,254); }
div.DivClassName
{
background-color: #B318FE;
}
.BgClassName
{
background-color: #B318FE;
}
</style>
border-color css
<style>
span { border-color: #B318FE; }
span { border-color: rgb(179,24,254); }
td.TdClassName
{
border-color: #B318FE;
}
.TagClassName
{
border-color: #B318FE;
}
</style>