Shades of Electric Purple #B80BE7
Tints of Electric Purple #B80BE7
RGB
CMYK
RGB Variations
Color information
#B80BE7 (or 0xB80BE7) is known color: Electric Purple. HEX triplet: B8, 0B and E7. RGB value is (184,11,231). Sum of RGB (Red+Green+Blue) = 184+11+231=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #B80BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BE7 is #47F418. Grayscale: #575757. Windows color (decimal): -4715545 or 15141816. OLE color: 15141816.
HSL color Cylindrical-coordinate representation of color #B80BE7: hue angle of 287.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BE7 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 11 | 231 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.09 |
| HSL | 287.18º | 0.91% | 0.47% | - |
| HSV(B) | 287.18º | 0.95% | 0.91% | - |
| XYZ | 34.31 | 16.2 | 76.92 | - |
| YUV | 87.81 | 208.81 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 231 | 0.20 | 0.95 | 0 | 0.09 | 287.18 | 0.91 | 0.47 |
| Hex | B8 | B | E7 | 14 | 5F | 0 | 9 | 11F | 5B | 2F |
| Octal | 270 | 13 | 347 | 24 | 137 | 0 | 11 | 437 | 133 | 57 |
| Binary | 10111000 | 1011 | 11100111 | 10100 | 1011111 | 0 | 1001 | 100011111 | 1011011 | 101111 |
Color Harmonies of #B80BE7
Complementary color
Monochromatic Colors of #B80BE7
Black with #B80BE7
Text Example
Text Example
White with #B80BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BE7; }
p { color: rgb(184,11,231); }
H1.HeaderClassName
{
color: #B80BE7;
}
.AnyTagClassName
{
color: #B80BE7;
}
</style>
background-color css
<style>
a { background-color: #B80BE7; }
a { background-color: rgb(184,11,231); }
div.DivClassName
{
background-color: #B80BE7;
}
.BgClassName
{
background-color: #B80BE7;
}
</style>
border-color css
<style>
span { border-color: #B80BE7; }
span { border-color: rgb(184,11,231); }
td.TdClassName
{
border-color: #B80BE7;
}
.TagClassName
{
border-color: #B80BE7;
}
</style>