Shades of Electric Purple #B701F2
Tints of Electric Purple #B701F2
RGB
CMYK
RGB Variations
Color information
#B701F2 (or 0xB701F2) is known color: Electric Purple. HEX triplet: B7, 01 and F2. RGB value is (183,1,242). Sum of RGB (Red+Green+Blue) = 183+1+242=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #B701F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701F2 is #48FE0D. Grayscale: #525252. Windows color (decimal): -4783630 or 15860151. OLE color: 15860151.
HSL color Cylindrical-coordinate representation of color #B701F2: hue angle of 285.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701F2 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 1 | 242 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.05 |
| HSL | 285.31º | 0.99% | 0.48% | - |
| HSV(B) | 285.31º | 1% | 0.95% | - |
| XYZ | 35.57 | 16.5 | 85.31 | - |
| YUV | 82.89 | 217.8 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 242 | 0.24 | 1.00 | 0 | 0.05 | 285.31 | 0.99 | 0.48 |
| Hex | B7 | 1 | F2 | 18 | 64 | 0 | 5 | 11D | 63 | 30 |
| Octal | 267 | 1 | 362 | 30 | 144 | 0 | 5 | 435 | 143 | 60 |
| Binary | 10110111 | 1 | 11110010 | 11000 | 1100100 | 0 | 101 | 100011101 | 1100011 | 110000 |
Color Harmonies of #B701F2
Complementary color
Monochromatic Colors of #B701F2
Black with #B701F2
Text Example
Text Example
White with #B701F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701F2; }
p { color: rgb(183,1,242); }
H1.HeaderClassName
{
color: #B701F2;
}
.AnyTagClassName
{
color: #B701F2;
}
</style>
background-color css
<style>
a { background-color: #B701F2; }
a { background-color: rgb(183,1,242); }
div.DivClassName
{
background-color: #B701F2;
}
.BgClassName
{
background-color: #B701F2;
}
</style>
border-color css
<style>
span { border-color: #B701F2; }
span { border-color: rgb(183,1,242); }
td.TdClassName
{
border-color: #B701F2;
}
.TagClassName
{
border-color: #B701F2;
}
</style>