Shades of Electric Purple #B700F1
Tints of Electric Purple #B700F1
RGB
CMYK
RGB Variations
Color information
#B700F1 (or 0xB700F1) is known color: Electric Purple. HEX triplet: B7, 00 and F1. RGB value is (183,0,241). Sum of RGB (Red+Green+Blue) = 183+0+241=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #B700F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700F1 is #48FF0E. Grayscale: #515151. Windows color (decimal): -4783887 or 15794359. OLE color: 15794359.
HSL color Cylindrical-coordinate representation of color #B700F1: hue angle of 285.56º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700F1 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 0 | 241 | - |
| CMYK | 0.24 | 1 | 0 | 0.05 |
| HSL | 285.56º | 1% | 0.47% | - |
| HSV(B) | 285.56º | 1% | 0.95% | - |
| XYZ | 35.41 | 16.42 | 84.52 | - |
| YUV | 82.19 | 217.63 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 241 | 0.24 | 1 | 0 | 0.05 | 285.56 | 1 | 0.47 |
| Hex | B7 | 0 | F1 | 18 | 64 | 0 | 5 | 11E | 64 | 2F |
| Octal | 267 | 0 | 361 | 30 | 144 | 0 | 5 | 436 | 144 | 57 |
| Binary | 10110111 | 0 | 11110001 | 11000 | 1100100 | 0 | 101 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B700F1
Complementary color
Monochromatic Colors of #B700F1
Black with #B700F1
Text Example
Text Example
White with #B700F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700F1; }
p { color: rgb(183,0,241); }
H1.HeaderClassName
{
color: #B700F1;
}
.AnyTagClassName
{
color: #B700F1;
}
</style>
background-color css
<style>
a { background-color: #B700F1; }
a { background-color: rgb(183,0,241); }
div.DivClassName
{
background-color: #B700F1;
}
.BgClassName
{
background-color: #B700F1;
}
</style>
border-color css
<style>
span { border-color: #B700F1; }
span { border-color: rgb(183,0,241); }
td.TdClassName
{
border-color: #B700F1;
}
.TagClassName
{
border-color: #B700F1;
}
</style>