Shades of Electric Purple #B700F0
Tints of Electric Purple #B700F0
RGB
CMYK
RGB Variations
Color information
#B700F0 (or 0xB700F0) is known color: Electric Purple. HEX triplet: B7, 00 and F0. RGB value is (183,0,240). Sum of RGB (Red+Green+Blue) = 183+0+240=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #B700F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700F0 is #48FF0F. Grayscale: #515151. Windows color (decimal): -4783888 or 15728823. OLE color: 15728823.
HSL color Cylindrical-coordinate representation of color #B700F0: hue angle of 285.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700F0 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 0 | 240 | - |
| CMYK | 0.24 | 1 | 0 | 0.06 |
| HSL | 285.75º | 1% | 0.47% | - |
| HSV(B) | 285.75º | 1% | 0.94% | - |
| XYZ | 35.26 | 16.36 | 83.74 | - |
| YUV | 82.08 | 217.13 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 240 | 0.24 | 1 | 0 | 0.06 | 285.75 | 1 | 0.47 |
| Hex | B7 | 0 | F0 | 18 | 64 | 0 | 6 | 11E | 64 | 2F |
| Octal | 267 | 0 | 360 | 30 | 144 | 0 | 6 | 436 | 144 | 57 |
| Binary | 10110111 | 0 | 11110000 | 11000 | 1100100 | 0 | 110 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B700F0
Complementary color
Monochromatic Colors of #B700F0
Black with #B700F0
Text Example
Text Example
White with #B700F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700F0; }
p { color: rgb(183,0,240); }
H1.HeaderClassName
{
color: #B700F0;
}
.AnyTagClassName
{
color: #B700F0;
}
</style>
background-color css
<style>
a { background-color: #B700F0; }
a { background-color: rgb(183,0,240); }
div.DivClassName
{
background-color: #B700F0;
}
.BgClassName
{
background-color: #B700F0;
}
</style>
border-color css
<style>
span { border-color: #B700F0; }
span { border-color: rgb(183,0,240); }
td.TdClassName
{
border-color: #B700F0;
}
.TagClassName
{
border-color: #B700F0;
}
</style>