Shades of Electric Purple #B211F3
Tints of Electric Purple #B211F3
RGB
CMYK
RGB Variations
Color information
#B211F3 (or 0xB211F3) is known color: Electric Purple. HEX triplet: B2, 11 and F3. RGB value is (178,17,243). Sum of RGB (Red+Green+Blue) = 178+17+243=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B211F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B211F3 is #4DEE0C. Grayscale: #5A5A5A. Windows color (decimal): -5107213 or 15929778. OLE color: 15929778.
HSL color Cylindrical-coordinate representation of color #B211F3: hue angle of 282.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B211F3 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 17 | 243 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.05 |
| HSL | 282.74º | 0.9% | 0.51% | - |
| HSV(B) | 282.74º | 0.93% | 0.95% | - |
| XYZ | 34.74 | 16.34 | 86.12 | - |
| YUV | 90.9 | 213.84 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 243 | 0.27 | 0.93 | 0 | 0.05 | 282.74 | 0.9 | 0.51 |
| Hex | B2 | 11 | F3 | 1B | 5D | 0 | 5 | 11B | 5A | 33 |
| Octal | 262 | 21 | 363 | 33 | 135 | 0 | 5 | 433 | 132 | 63 |
| Binary | 10110010 | 10001 | 11110011 | 11011 | 1011101 | 0 | 101 | 100011011 | 1011010 | 110011 |
Color Harmonies of #B211F3
Complementary color
Monochromatic Colors of #B211F3
Black with #B211F3
Text Example
Text Example
White with #B211F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211F3; }
p { color: rgb(178,17,243); }
H1.HeaderClassName
{
color: #B211F3;
}
.AnyTagClassName
{
color: #B211F3;
}
</style>
background-color css
<style>
a { background-color: #B211F3; }
a { background-color: rgb(178,17,243); }
div.DivClassName
{
background-color: #B211F3;
}
.BgClassName
{
background-color: #B211F3;
}
</style>
border-color css
<style>
span { border-color: #B211F3; }
span { border-color: rgb(178,17,243); }
td.TdClassName
{
border-color: #B211F3;
}
.TagClassName
{
border-color: #B211F3;
}
</style>