Shades of Electric Purple #B20CFC
Tints of Electric Purple #B20CFC
RGB
CMYK
RGB Variations
Color information
#B20CFC (or 0xB20CFC) is known color: Electric Purple. HEX triplet: B2, 0C and FC. RGB value is (178,12,252). Sum of RGB (Red+Green+Blue) = 178+12+252=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #B20CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CFC is #4DF303. Grayscale: #585858. Windows color (decimal): -5108484 or 16518322. OLE color: 16518322.
HSL color Cylindrical-coordinate representation of color #B20CFC: hue angle of 281.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CFC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 12 | 252 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.01 |
| HSL | 281.5º | 0.98% | 0.52% | - |
| HSV(B) | 281.5º | 0.95% | 0.99% | - |
| XYZ | 36.06 | 16.76 | 93.43 | - |
| YUV | 88.99 | 220 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 252 | 0.29 | 0.95 | 0 | 0.01 | 281.5 | 0.98 | 0.52 |
| Hex | B2 | C | FC | 1D | 5F | 0 | 1 | 11A | 62 | 34 |
| Octal | 262 | 14 | 374 | 35 | 137 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110010 | 1100 | 11111100 | 11101 | 1011111 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B20CFC
Complementary color
Monochromatic Colors of #B20CFC
Black with #B20CFC
Text Example
Text Example
White with #B20CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CFC; }
p { color: rgb(178,12,252); }
H1.HeaderClassName
{
color: #B20CFC;
}
.AnyTagClassName
{
color: #B20CFC;
}
</style>
background-color css
<style>
a { background-color: #B20CFC; }
a { background-color: rgb(178,12,252); }
div.DivClassName
{
background-color: #B20CFC;
}
.BgClassName
{
background-color: #B20CFC;
}
</style>
border-color css
<style>
span { border-color: #B20CFC; }
span { border-color: rgb(178,12,252); }
td.TdClassName
{
border-color: #B20CFC;
}
.TagClassName
{
border-color: #B20CFC;
}
</style>