Shades of Electric Purple #B718F1
Tints of Electric Purple #B718F1
RGB
CMYK
RGB Variations
Color information
#B718F1 (or 0xB718F1) is known color: Electric Purple. HEX triplet: B7, 18 and F1. RGB value is (183,24,241). Sum of RGB (Red+Green+Blue) = 183+24+241=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #B718F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B718F1 is #48E70E. Grayscale: #5F5F5F. Windows color (decimal): -4777743 or 15800503. OLE color: 15800503.
HSL color Cylindrical-coordinate representation of color #B718F1: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B718F1 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 24 | 241 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.05 |
| HSL | 283.96º | 0.89% | 0.52% | - |
| HSV(B) | 283.96º | 0.9% | 0.95% | - |
| XYZ | 35.73 | 17.07 | 84.63 | - |
| YUV | 96.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 241 | 0.24 | 0.90 | 0 | 0.05 | 283.96 | 0.89 | 0.52 |
| Hex | B7 | 18 | F1 | 18 | 5A | 0 | 5 | 11C | 59 | 34 |
| Octal | 267 | 30 | 361 | 30 | 132 | 0 | 5 | 434 | 131 | 64 |
| Binary | 10110111 | 11000 | 11110001 | 11000 | 1011010 | 0 | 101 | 100011100 | 1011001 | 110100 |
Color Harmonies of #B718F1
Complementary color
Monochromatic Colors of #B718F1
Black with #B718F1
Text Example
Text Example
White with #B718F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718F1; }
p { color: rgb(183,24,241); }
H1.HeaderClassName
{
color: #B718F1;
}
.AnyTagClassName
{
color: #B718F1;
}
</style>
background-color css
<style>
a { background-color: #B718F1; }
a { background-color: rgb(183,24,241); }
div.DivClassName
{
background-color: #B718F1;
}
.BgClassName
{
background-color: #B718F1;
}
</style>
border-color css
<style>
span { border-color: #B718F1; }
span { border-color: rgb(183,24,241); }
td.TdClassName
{
border-color: #B718F1;
}
.TagClassName
{
border-color: #B718F1;
}
</style>