Shades of Electric Purple #B20CF0
Tints of Electric Purple #B20CF0
RGB
CMYK
RGB Variations
Color information
#B20CF0 (or 0xB20CF0) is known color: Electric Purple. HEX triplet: B2, 0C and F0. RGB value is (178,12,240). Sum of RGB (Red+Green+Blue) = 178+12+240=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #B20CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CF0 is #4DF30F. Grayscale: #565656. Windows color (decimal): -5108496 or 15731890. OLE color: 15731890.
HSL color Cylindrical-coordinate representation of color #B20CF0: hue angle of 283.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CF0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 12 | 240 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.06 |
| HSL | 283.68º | 0.9% | 0.49% | - |
| HSV(B) | 283.68º | 0.95% | 0.94% | - |
| XYZ | 34.22 | 16.02 | 83.73 | - |
| YUV | 87.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 240 | 0.26 | 0.95 | 0 | 0.06 | 283.68 | 0.9 | 0.49 |
| Hex | B2 | C | F0 | 1A | 5F | 0 | 6 | 11C | 5A | 31 |
| Octal | 262 | 14 | 360 | 32 | 137 | 0 | 6 | 434 | 132 | 61 |
| Binary | 10110010 | 1100 | 11110000 | 11010 | 1011111 | 0 | 110 | 100011100 | 1011010 | 110001 |
Color Harmonies of #B20CF0
Complementary color
Monochromatic Colors of #B20CF0
Black with #B20CF0
Text Example
Text Example
White with #B20CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CF0; }
p { color: rgb(178,12,240); }
H1.HeaderClassName
{
color: #B20CF0;
}
.AnyTagClassName
{
color: #B20CF0;
}
</style>
background-color css
<style>
a { background-color: #B20CF0; }
a { background-color: rgb(178,12,240); }
div.DivClassName
{
background-color: #B20CF0;
}
.BgClassName
{
background-color: #B20CF0;
}
</style>
border-color css
<style>
span { border-color: #B20CF0; }
span { border-color: rgb(178,12,240); }
td.TdClassName
{
border-color: #B20CF0;
}
.TagClassName
{
border-color: #B20CF0;
}
</style>