Shades of Electric Purple #B20BEA
Tints of Electric Purple #B20BEA
RGB
CMYK
RGB Variations
Color information
#B20BEA (or 0xB20BEA) is known color: Electric Purple. HEX triplet: B2, 0B and EA. RGB value is (178,11,234). Sum of RGB (Red+Green+Blue) = 178+11+234=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #B20BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20BEA is #4DF415. Grayscale: #555555. Windows color (decimal): -5108758 or 15338418. OLE color: 15338418.
HSL color Cylindrical-coordinate representation of color #B20BEA: hue angle of 284.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BEA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 11 | 234 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.08 |
| HSL | 284.93º | 0.91% | 0.48% | - |
| HSV(B) | 284.93º | 0.95% | 0.92% | - |
| XYZ | 33.33 | 15.64 | 79.1 | - |
| YUV | 86.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 234 | 0.24 | 0.95 | 0 | 0.08 | 284.93 | 0.91 | 0.48 |
| Hex | B2 | B | EA | 18 | 5F | 0 | 8 | 11D | 5B | 30 |
| Octal | 262 | 13 | 352 | 30 | 137 | 0 | 10 | 435 | 133 | 60 |
| Binary | 10110010 | 1011 | 11101010 | 11000 | 1011111 | 0 | 1000 | 100011101 | 1011011 | 110000 |
Color Harmonies of #B20BEA
Complementary color
Monochromatic Colors of #B20BEA
Black with #B20BEA
Text Example
Text Example
White with #B20BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BEA; }
p { color: rgb(178,11,234); }
H1.HeaderClassName
{
color: #B20BEA;
}
.AnyTagClassName
{
color: #B20BEA;
}
</style>
background-color css
<style>
a { background-color: #B20BEA; }
a { background-color: rgb(178,11,234); }
div.DivClassName
{
background-color: #B20BEA;
}
.BgClassName
{
background-color: #B20BEA;
}
</style>
border-color css
<style>
span { border-color: #B20BEA; }
span { border-color: rgb(178,11,234); }
td.TdClassName
{
border-color: #B20BEA;
}
.TagClassName
{
border-color: #B20BEA;
}
</style>