Shades of Electric Purple #B201F7
Tints of Electric Purple #B201F7
RGB
CMYK
RGB Variations
Color information
#B201F7 (or 0xB201F7) is known color: Electric Purple. HEX triplet: B2, 01 and F7. RGB value is (178,1,247). Sum of RGB (Red+Green+Blue) = 178+1+247=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #B201F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201F7 is #4DFE08. Grayscale: #515151. Windows color (decimal): -5111305 or 16187826. OLE color: 16187826.
HSL color Cylindrical-coordinate representation of color #B201F7: hue angle of 283.17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201F7 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 1 | 247 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.03 |
| HSL | 283.17º | 0.99% | 0.49% | - |
| HSV(B) | 283.17º | 1% | 0.97% | - |
| XYZ | 35.16 | 16.2 | 89.27 | - |
| YUV | 81.97 | 221.14 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 247 | 0.28 | 1.00 | 0 | 0.03 | 283.17 | 0.99 | 0.49 |
| Hex | B2 | 1 | F7 | 1C | 64 | 0 | 3 | 11B | 63 | 31 |
| Octal | 262 | 1 | 367 | 34 | 144 | 0 | 3 | 433 | 143 | 61 |
| Binary | 10110010 | 1 | 11110111 | 11100 | 1100100 | 0 | 11 | 100011011 | 1100011 | 110001 |
Color Harmonies of #B201F7
Complementary color
Monochromatic Colors of #B201F7
Black with #B201F7
Text Example
Text Example
White with #B201F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201F7; }
p { color: rgb(178,1,247); }
H1.HeaderClassName
{
color: #B201F7;
}
.AnyTagClassName
{
color: #B201F7;
}
</style>
background-color css
<style>
a { background-color: #B201F7; }
a { background-color: rgb(178,1,247); }
div.DivClassName
{
background-color: #B201F7;
}
.BgClassName
{
background-color: #B201F7;
}
</style>
border-color css
<style>
span { border-color: #B201F7; }
span { border-color: rgb(178,1,247); }
td.TdClassName
{
border-color: #B201F7;
}
.TagClassName
{
border-color: #B201F7;
}
</style>