Shades of Electric Purple #B20CF8
Tints of Electric Purple #B20CF8
RGB
CMYK
RGB Variations
Color information
#B20CF8 (or 0xB20CF8) is known color: Electric Purple. HEX triplet: B2, 0C and F8. RGB value is (178,12,248). Sum of RGB (Red+Green+Blue) = 178+12+248=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #B20CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CF8 is #4DF307. Grayscale: #575757. Windows color (decimal): -5108488 or 16256178. OLE color: 16256178.
HSL color Cylindrical-coordinate representation of color #B20CF8: hue angle of 282.2º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CF8 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 12 | 248 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.03 |
| HSL | 282.2º | 0.94% | 0.51% | - |
| HSV(B) | 282.2º | 0.95% | 0.97% | - |
| XYZ | 35.43 | 16.51 | 90.13 | - |
| YUV | 88.54 | 218 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 248 | 0.28 | 0.95 | 0 | 0.03 | 282.2 | 0.94 | 0.51 |
| Hex | B2 | C | F8 | 1C | 5F | 0 | 3 | 11A | 5E | 33 |
| Octal | 262 | 14 | 370 | 34 | 137 | 0 | 3 | 432 | 136 | 63 |
| Binary | 10110010 | 1100 | 11111000 | 11100 | 1011111 | 0 | 11 | 100011010 | 1011110 | 110011 |
Color Harmonies of #B20CF8
Complementary color
Monochromatic Colors of #B20CF8
Black with #B20CF8
Text Example
Text Example
White with #B20CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CF8; }
p { color: rgb(178,12,248); }
H1.HeaderClassName
{
color: #B20CF8;
}
.AnyTagClassName
{
color: #B20CF8;
}
</style>
background-color css
<style>
a { background-color: #B20CF8; }
a { background-color: rgb(178,12,248); }
div.DivClassName
{
background-color: #B20CF8;
}
.BgClassName
{
background-color: #B20CF8;
}
</style>
border-color css
<style>
span { border-color: #B20CF8; }
span { border-color: rgb(178,12,248); }
td.TdClassName
{
border-color: #B20CF8;
}
.TagClassName
{
border-color: #B20CF8;
}
</style>