Shades of Electric Purple #B20AF1
Tints of Electric Purple #B20AF1
RGB
CMYK
RGB Variations
Color information
#B20AF1 (or 0xB20AF1) is known color: Electric Purple. HEX triplet: B2, 0A and F1. RGB value is (178,10,241). Sum of RGB (Red+Green+Blue) = 178+10+241=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #B20AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20AF1 is #4DF50E. Grayscale: #555555. Windows color (decimal): -5109007 or 15796914. OLE color: 15796914.
HSL color Cylindrical-coordinate representation of color #B20AF1: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20AF1 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 10 | 241 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.05 |
| HSL | 283.64º | 0.92% | 0.49% | - |
| HSV(B) | 283.64º | 0.96% | 0.95% | - |
| XYZ | 34.35 | 16.03 | 84.5 | - |
| YUV | 86.57 | 215.16 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 241 | 0.26 | 0.96 | 0 | 0.05 | 283.64 | 0.92 | 0.49 |
| Hex | B2 | A | F1 | 1A | 60 | 0 | 5 | 11C | 5C | 31 |
| Octal | 262 | 12 | 361 | 32 | 140 | 0 | 5 | 434 | 134 | 61 |
| Binary | 10110010 | 1010 | 11110001 | 11010 | 1100000 | 0 | 101 | 100011100 | 1011100 | 110001 |
Color Harmonies of #B20AF1
Complementary color
Monochromatic Colors of #B20AF1
Black with #B20AF1
Text Example
Text Example
White with #B20AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AF1; }
p { color: rgb(178,10,241); }
H1.HeaderClassName
{
color: #B20AF1;
}
.AnyTagClassName
{
color: #B20AF1;
}
</style>
background-color css
<style>
a { background-color: #B20AF1; }
a { background-color: rgb(178,10,241); }
div.DivClassName
{
background-color: #B20AF1;
}
.BgClassName
{
background-color: #B20AF1;
}
</style>
border-color css
<style>
span { border-color: #B20AF1; }
span { border-color: rgb(178,10,241); }
td.TdClassName
{
border-color: #B20AF1;
}
.TagClassName
{
border-color: #B20AF1;
}
</style>