Shades of Electric Purple #B700EA
Tints of Electric Purple #B700EA
RGB
CMYK
RGB Variations
Color information
#B700EA (or 0xB700EA) is known color: Electric Purple. HEX triplet: B7, 00 and EA. RGB value is (183,0,234). Sum of RGB (Red+Green+Blue) = 183+0+234=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #B700EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700EA is #48FF15. Grayscale: #505050. Windows color (decimal): -4783894 or 15335607. OLE color: 15335607.
HSL color Cylindrical-coordinate representation of color #B700EA: hue angle of 286.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700EA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 0 | 234 | - |
| CMYK | 0.22 | 1 | 0 | 0.08 |
| HSL | 286.92º | 1% | 0.46% | - |
| HSV(B) | 286.92º | 1% | 0.92% | - |
| XYZ | 34.38 | 16.01 | 79.12 | - |
| YUV | 81.39 | 214.13 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 234 | 0.22 | 1 | 0 | 0.08 | 286.92 | 1 | 0.46 |
| Hex | B7 | 0 | EA | 16 | 64 | 0 | 8 | 11F | 64 | 2E |
| Octal | 267 | 0 | 352 | 26 | 144 | 0 | 10 | 437 | 144 | 56 |
| Binary | 10110111 | 0 | 11101010 | 10110 | 1100100 | 0 | 1000 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B700EA
Complementary color
Monochromatic Colors of #B700EA
Black with #B700EA
Text Example
Text Example
White with #B700EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700EA; }
p { color: rgb(183,0,234); }
H1.HeaderClassName
{
color: #B700EA;
}
.AnyTagClassName
{
color: #B700EA;
}
</style>
background-color css
<style>
a { background-color: #B700EA; }
a { background-color: rgb(183,0,234); }
div.DivClassName
{
background-color: #B700EA;
}
.BgClassName
{
background-color: #B700EA;
}
</style>
border-color css
<style>
span { border-color: #B700EA; }
span { border-color: rgb(183,0,234); }
td.TdClassName
{
border-color: #B700EA;
}
.TagClassName
{
border-color: #B700EA;
}
</style>