Shades of Electric Purple #B714F1
Tints of Electric Purple #B714F1
RGB
CMYK
RGB Variations
Color information
#B714F1 (or 0xB714F1) is known color: Electric Purple. HEX triplet: B7, 14 and F1. RGB value is (183,20,241). Sum of RGB (Red+Green+Blue) = 183+20+241=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #B714F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714F1 is #48EB0E. Grayscale: #5D5D5D. Windows color (decimal): -4778767 or 15799479. OLE color: 15799479.
HSL color Cylindrical-coordinate representation of color #B714F1: hue angle of 284.25º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B714F1 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 20 | 241 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.05 |
| HSL | 284.25º | 0.89% | 0.51% | - |
| HSV(B) | 284.25º | 0.92% | 0.95% | - |
| XYZ | 35.66 | 16.92 | 84.61 | - |
| YUV | 93.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 241 | 0.24 | 0.92 | 0 | 0.05 | 284.25 | 0.89 | 0.51 |
| Hex | B7 | 14 | F1 | 18 | 5C | 0 | 5 | 11C | 59 | 33 |
| Octal | 267 | 24 | 361 | 30 | 134 | 0 | 5 | 434 | 131 | 63 |
| Binary | 10110111 | 10100 | 11110001 | 11000 | 1011100 | 0 | 101 | 100011100 | 1011001 | 110011 |
Color Harmonies of #B714F1
Complementary color
Monochromatic Colors of #B714F1
Black with #B714F1
Text Example
Text Example
White with #B714F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714F1; }
p { color: rgb(183,20,241); }
H1.HeaderClassName
{
color: #B714F1;
}
.AnyTagClassName
{
color: #B714F1;
}
</style>
background-color css
<style>
a { background-color: #B714F1; }
a { background-color: rgb(183,20,241); }
div.DivClassName
{
background-color: #B714F1;
}
.BgClassName
{
background-color: #B714F1;
}
</style>
border-color css
<style>
span { border-color: #B714F1; }
span { border-color: rgb(183,20,241); }
td.TdClassName
{
border-color: #B714F1;
}
.TagClassName
{
border-color: #B714F1;
}
</style>