Shades of Electric Purple #B815F0
Tints of Electric Purple #B815F0
RGB
CMYK
RGB Variations
Color information
#B815F0 (or 0xB815F0) is known color: Electric Purple. HEX triplet: B8, 15 and F0. RGB value is (184,21,240). Sum of RGB (Red+Green+Blue) = 184+21+240=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #B815F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815F0 is #47EA0F. Grayscale: #5D5D5D. Windows color (decimal): -4712976 or 15734200. OLE color: 15734200.
HSL color Cylindrical-coordinate representation of color #B815F0: hue angle of 284.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B815F0 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 21 | 240 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.06 |
| HSL | 284.66º | 0.88% | 0.51% | - |
| HSV(B) | 284.66º | 0.91% | 0.94% | - |
| XYZ | 35.76 | 17.02 | 83.84 | - |
| YUV | 94.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 240 | 0.23 | 0.91 | 0 | 0.06 | 284.66 | 0.88 | 0.51 |
| Hex | B8 | 15 | F0 | 17 | 5B | 0 | 6 | 11D | 58 | 33 |
| Octal | 270 | 25 | 360 | 27 | 133 | 0 | 6 | 435 | 130 | 63 |
| Binary | 10111000 | 10101 | 11110000 | 10111 | 1011011 | 0 | 110 | 100011101 | 1011000 | 110011 |
Color Harmonies of #B815F0
Complementary color
Monochromatic Colors of #B815F0
Black with #B815F0
Text Example
Text Example
White with #B815F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815F0; }
p { color: rgb(184,21,240); }
H1.HeaderClassName
{
color: #B815F0;
}
.AnyTagClassName
{
color: #B815F0;
}
</style>
background-color css
<style>
a { background-color: #B815F0; }
a { background-color: rgb(184,21,240); }
div.DivClassName
{
background-color: #B815F0;
}
.BgClassName
{
background-color: #B815F0;
}
</style>
border-color css
<style>
span { border-color: #B815F0; }
span { border-color: rgb(184,21,240); }
td.TdClassName
{
border-color: #B815F0;
}
.TagClassName
{
border-color: #B815F0;
}
</style>