Shades of Electric Purple #B700FA
Tints of Electric Purple #B700FA
RGB
CMYK
RGB Variations
Color information
#B700FA (or 0xB700FA) is known color: Electric Purple. HEX triplet: B7, 00 and FA. RGB value is (183,0,250). Sum of RGB (Red+Green+Blue) = 183+0+250=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #B700FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700FA is #48FF05. Grayscale: #525252. Windows color (decimal): -4783878 or 16384183. OLE color: 16384183.
HSL color Cylindrical-coordinate representation of color #B700FA: hue angle of 283.92º 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 #B700FA is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 0 | 250 | - |
| CMYK | 0.27 | 1 | 0 | 0.02 |
| HSL | 283.92º | 1% | 0.49% | - |
| HSV(B) | 283.92º | 1% | 0.98% | - |
| XYZ | 36.78 | 16.97 | 91.78 | - |
| YUV | 83.22 | 222.13 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 250 | 0.27 | 1 | 0 | 0.02 | 283.92 | 1 | 0.49 |
| Hex | B7 | 0 | FA | 1B | 64 | 0 | 2 | 11C | 64 | 31 |
| Octal | 267 | 0 | 372 | 33 | 144 | 0 | 2 | 434 | 144 | 61 |
| Binary | 10110111 | 0 | 11111010 | 11011 | 1100100 | 0 | 10 | 100011100 | 1100100 | 110001 |
Color Harmonies of #B700FA
Complementary color
Monochromatic Colors of #B700FA
Black with #B700FA
Text Example
Text Example
White with #B700FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700FA; }
p { color: rgb(183,0,250); }
H1.HeaderClassName
{
color: #B700FA;
}
.AnyTagClassName
{
color: #B700FA;
}
</style>
background-color css
<style>
a { background-color: #B700FA; }
a { background-color: rgb(183,0,250); }
div.DivClassName
{
background-color: #B700FA;
}
.BgClassName
{
background-color: #B700FA;
}
</style>
border-color css
<style>
span { border-color: #B700FA; }
span { border-color: rgb(183,0,250); }
td.TdClassName
{
border-color: #B700FA;
}
.TagClassName
{
border-color: #B700FA;
}
</style>