Shades of Electric Purple #B201FC
Tints of Electric Purple #B201FC
RGB
CMYK
RGB Variations
Color information
#B201FC (or 0xB201FC) is known color: Electric Purple. HEX triplet: B2, 01 and FC. RGB value is (178,1,252). Sum of RGB (Red+Green+Blue) = 178+1+252=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #B201FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201FC is #4DFE03. Grayscale: #515151. Windows color (decimal): -5111300 or 16515506. OLE color: 16515506.
HSL color Cylindrical-coordinate representation of color #B201FC: hue angle of 282.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201FC is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 1 | 252 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.01 |
| HSL | 282.31º | 0.99% | 0.5% | - |
| HSV(B) | 282.31º | 1% | 0.99% | - |
| XYZ | 35.94 | 16.51 | 93.39 | - |
| YUV | 82.54 | 223.64 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 252 | 0.29 | 1.00 | 0 | 0.01 | 282.31 | 0.99 | 0.5 |
| Hex | B2 | 1 | FC | 1D | 64 | 0 | 1 | 11A | 63 | 32 |
| Octal | 262 | 1 | 374 | 35 | 144 | 0 | 1 | 432 | 143 | 62 |
| Binary | 10110010 | 1 | 11111100 | 11101 | 1100100 | 0 | 1 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B201FC
Complementary color
Monochromatic Colors of #B201FC
Black with #B201FC
Text Example
Text Example
White with #B201FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201FC; }
p { color: rgb(178,1,252); }
H1.HeaderClassName
{
color: #B201FC;
}
.AnyTagClassName
{
color: #B201FC;
}
</style>
background-color css
<style>
a { background-color: #B201FC; }
a { background-color: rgb(178,1,252); }
div.DivClassName
{
background-color: #B201FC;
}
.BgClassName
{
background-color: #B201FC;
}
</style>
border-color css
<style>
span { border-color: #B201FC; }
span { border-color: rgb(178,1,252); }
td.TdClassName
{
border-color: #B201FC;
}
.TagClassName
{
border-color: #B201FC;
}
</style>