Shades of Electric Purple #B719F0
Tints of Electric Purple #B719F0
RGB
CMYK
RGB Variations
Color information
#B719F0 (or 0xB719F0) is known color: Electric Purple. HEX triplet: B7, 19 and F0. RGB value is (183,25,240). Sum of RGB (Red+Green+Blue) = 183+25+240=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #B719F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B719F0 is #48E60F. Grayscale: #606060. Windows color (decimal): -4777488 or 15735223. OLE color: 15735223.
HSL color Cylindrical-coordinate representation of color #B719F0: hue angle of 284.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B719F0 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 25 | 240 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.06 |
| HSL | 284.09º | 0.88% | 0.52% | - |
| HSV(B) | 284.09º | 0.9% | 0.94% | - |
| XYZ | 35.6 | 17.05 | 83.85 | - |
| YUV | 96.75 | 208.85 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 240 | 0.24 | 0.90 | 0 | 0.06 | 284.09 | 0.88 | 0.52 |
| Hex | B7 | 19 | F0 | 18 | 5A | 0 | 6 | 11C | 58 | 34 |
| Octal | 267 | 31 | 360 | 30 | 132 | 0 | 6 | 434 | 130 | 64 |
| Binary | 10110111 | 11001 | 11110000 | 11000 | 1011010 | 0 | 110 | 100011100 | 1011000 | 110100 |
Color Harmonies of #B719F0
Complementary color
Monochromatic Colors of #B719F0
Black with #B719F0
Text Example
Text Example
White with #B719F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719F0; }
p { color: rgb(183,25,240); }
H1.HeaderClassName
{
color: #B719F0;
}
.AnyTagClassName
{
color: #B719F0;
}
</style>
background-color css
<style>
a { background-color: #B719F0; }
a { background-color: rgb(183,25,240); }
div.DivClassName
{
background-color: #B719F0;
}
.BgClassName
{
background-color: #B719F0;
}
</style>
border-color css
<style>
span { border-color: #B719F0; }
span { border-color: rgb(183,25,240); }
td.TdClassName
{
border-color: #B719F0;
}
.TagClassName
{
border-color: #B719F0;
}
</style>