Shades of Electric Purple #B715F0
Tints of Electric Purple #B715F0
RGB
CMYK
RGB Variations
Color information
#B715F0 (or 0xB715F0) is known color: Electric Purple. HEX triplet: B7, 15 and F0. RGB value is (183,21,240). Sum of RGB (Red+Green+Blue) = 183+21+240=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #B715F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715F0 is #48EA0F. Grayscale: #5D5D5D. Windows color (decimal): -4778512 or 15734199. OLE color: 15734199.
HSL color Cylindrical-coordinate representation of color #B715F0: hue angle of 284.38º 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 #B715F0 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 21 | 240 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.06 |
| HSL | 284.38º | 0.88% | 0.51% | - |
| HSV(B) | 284.38º | 0.91% | 0.94% | - |
| XYZ | 35.52 | 16.89 | 83.83 | - |
| YUV | 94.4 | 210.17 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 240 | 0.24 | 0.91 | 0 | 0.06 | 284.38 | 0.88 | 0.51 |
| Hex | B7 | 15 | F0 | 18 | 5B | 0 | 6 | 11C | 58 | 33 |
| Octal | 267 | 25 | 360 | 30 | 133 | 0 | 6 | 434 | 130 | 63 |
| Binary | 10110111 | 10101 | 11110000 | 11000 | 1011011 | 0 | 110 | 100011100 | 1011000 | 110011 |
Color Harmonies of #B715F0
Complementary color
Monochromatic Colors of #B715F0
Black with #B715F0
Text Example
Text Example
White with #B715F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715F0; }
p { color: rgb(183,21,240); }
H1.HeaderClassName
{
color: #B715F0;
}
.AnyTagClassName
{
color: #B715F0;
}
</style>
background-color css
<style>
a { background-color: #B715F0; }
a { background-color: rgb(183,21,240); }
div.DivClassName
{
background-color: #B715F0;
}
.BgClassName
{
background-color: #B715F0;
}
</style>
border-color css
<style>
span { border-color: #B715F0; }
span { border-color: rgb(183,21,240); }
td.TdClassName
{
border-color: #B715F0;
}
.TagClassName
{
border-color: #B715F0;
}
</style>