Shades of Electric Purple #B700F9
Tints of Electric Purple #B700F9
RGB
CMYK
RGB Variations
Color information
#B700F9 (or 0xB700F9) is known color: Electric Purple. HEX triplet: B7, 00 and F9. RGB value is (183,0,249). Sum of RGB (Red+Green+Blue) = 183+0+249=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #B700F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700F9 is #48FF06. Grayscale: #525252. Windows color (decimal): -4783879 or 16318647. OLE color: 16318647.
HSL color Cylindrical-coordinate representation of color #B700F9: hue angle of 284.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700F9 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 0 | 249 | - |
| CMYK | 0.27 | 1 | 0 | 0.02 |
| HSL | 284.1º | 1% | 0.49% | - |
| HSV(B) | 284.1º | 1% | 0.98% | - |
| XYZ | 36.63 | 16.91 | 90.96 | - |
| YUV | 83.1 | 221.63 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 249 | 0.27 | 1 | 0 | 0.02 | 284.1 | 1 | 0.49 |
| Hex | B7 | 0 | F9 | 1B | 64 | 0 | 2 | 11C | 64 | 31 |
| Octal | 267 | 0 | 371 | 33 | 144 | 0 | 2 | 434 | 144 | 61 |
| Binary | 10110111 | 0 | 11111001 | 11011 | 1100100 | 0 | 10 | 100011100 | 1100100 | 110001 |
Color Harmonies of #B700F9
Complementary color
Monochromatic Colors of #B700F9
Black with #B700F9
Text Example
Text Example
White with #B700F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700F9; }
p { color: rgb(183,0,249); }
H1.HeaderClassName
{
color: #B700F9;
}
.AnyTagClassName
{
color: #B700F9;
}
</style>
background-color css
<style>
a { background-color: #B700F9; }
a { background-color: rgb(183,0,249); }
div.DivClassName
{
background-color: #B700F9;
}
.BgClassName
{
background-color: #B700F9;
}
</style>
border-color css
<style>
span { border-color: #B700F9; }
span { border-color: rgb(183,0,249); }
td.TdClassName
{
border-color: #B700F9;
}
.TagClassName
{
border-color: #B700F9;
}
</style>