Shades of Electric Purple #B12BFD
Tints of Electric Purple #B12BFD
RGB
CMYK
RGB Variations
Color information
#B12BFD (or 0xB12BFD) is known color: Electric Purple. HEX triplet: B1, 2B and FD. RGB value is (177,43,253). Sum of RGB (Red+Green+Blue) = 177+43+253=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #B12BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12BFD is #4ED402. Grayscale: #6A6A6A. Windows color (decimal): -5166083 or 16591793. OLE color: 16591793.
HSL color Cylindrical-coordinate representation of color #B12BFD: hue angle of 278.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12BFD is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 43 | 253 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.01 |
| HSL | 278.29º | 0.98% | 0.58% | - |
| HSV(B) | 278.29º | 0.83% | 0.99% | - |
| XYZ | 36.72 | 18.17 | 94.5 | - |
| YUV | 107.01 | 210.39 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 253 | 0.30 | 0.83 | 0 | 0.01 | 278.29 | 0.98 | 0.58 |
| Hex | B1 | 2B | FD | 1E | 53 | 0 | 1 | 116 | 62 | 3A |
| Octal | 261 | 53 | 375 | 36 | 123 | 0 | 1 | 426 | 142 | 72 |
| Binary | 10110001 | 101011 | 11111101 | 11110 | 1010011 | 0 | 1 | 100010110 | 1100010 | 111010 |
Color Harmonies of #B12BFD
Complementary color
Monochromatic Colors of #B12BFD
Black with #B12BFD
Text Example
Text Example
White with #B12BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BFD; }
p { color: rgb(177,43,253); }
H1.HeaderClassName
{
color: #B12BFD;
}
.AnyTagClassName
{
color: #B12BFD;
}
</style>
background-color css
<style>
a { background-color: #B12BFD; }
a { background-color: rgb(177,43,253); }
div.DivClassName
{
background-color: #B12BFD;
}
.BgClassName
{
background-color: #B12BFD;
}
</style>
border-color css
<style>
span { border-color: #B12BFD; }
span { border-color: rgb(177,43,253); }
td.TdClassName
{
border-color: #B12BFD;
}
.TagClassName
{
border-color: #B12BFD;
}
</style>