Shades of Electric Purple #B216F1
Tints of Electric Purple #B216F1
RGB
CMYK
RGB Variations
Color information
#B216F1 (or 0xB216F1) is known color: Electric Purple. HEX triplet: B2, 16 and F1. RGB value is (178,22,241). Sum of RGB (Red+Green+Blue) = 178+22+241=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #B216F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B216F1 is #4DE90E. Grayscale: #5C5C5C. Windows color (decimal): -5105935 or 15799986. OLE color: 15799986.
HSL color Cylindrical-coordinate representation of color #B216F1: hue angle of 282.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B216F1 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 22 | 241 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.05 |
| HSL | 282.74º | 0.89% | 0.52% | - |
| HSV(B) | 282.74º | 0.91% | 0.95% | - |
| XYZ | 34.52 | 16.39 | 84.56 | - |
| YUV | 93.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 241 | 0.26 | 0.91 | 0 | 0.05 | 282.74 | 0.89 | 0.52 |
| Hex | B2 | 16 | F1 | 1A | 5B | 0 | 5 | 11B | 59 | 34 |
| Octal | 262 | 26 | 361 | 32 | 133 | 0 | 5 | 433 | 131 | 64 |
| Binary | 10110010 | 10110 | 11110001 | 11010 | 1011011 | 0 | 101 | 100011011 | 1011001 | 110100 |
Color Harmonies of #B216F1
Complementary color
Monochromatic Colors of #B216F1
Black with #B216F1
Text Example
Text Example
White with #B216F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B216F1; }
p { color: rgb(178,22,241); }
H1.HeaderClassName
{
color: #B216F1;
}
.AnyTagClassName
{
color: #B216F1;
}
</style>
background-color css
<style>
a { background-color: #B216F1; }
a { background-color: rgb(178,22,241); }
div.DivClassName
{
background-color: #B216F1;
}
.BgClassName
{
background-color: #B216F1;
}
</style>
border-color css
<style>
span { border-color: #B216F1; }
span { border-color: rgb(178,22,241); }
td.TdClassName
{
border-color: #B216F1;
}
.TagClassName
{
border-color: #B216F1;
}
</style>