Shades of Electric Purple #B718F9
Tints of Electric Purple #B718F9
RGB
CMYK
RGB Variations
Color information
#B718F9 (or 0xB718F9) is known color: Electric Purple. HEX triplet: B7, 18 and F9. RGB value is (183,24,249). Sum of RGB (Red+Green+Blue) = 183+24+249=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #B718F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B718F9 is #48E706. Grayscale: #606060. Windows color (decimal): -4777735 or 16324791. OLE color: 16324791.
HSL color Cylindrical-coordinate representation of color #B718F9: hue angle of 282.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B718F9 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 24 | 249 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.02 |
| HSL | 282.4º | 0.95% | 0.54% | - |
| HSV(B) | 282.4º | 0.9% | 0.98% | - |
| XYZ | 36.95 | 17.56 | 91.06 | - |
| YUV | 97.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 249 | 0.27 | 0.90 | 0 | 0.02 | 282.4 | 0.95 | 0.54 |
| Hex | B7 | 18 | F9 | 1B | 5A | 0 | 2 | 11A | 5F | 36 |
| Octal | 267 | 30 | 371 | 33 | 132 | 0 | 2 | 432 | 137 | 66 |
| Binary | 10110111 | 11000 | 11111001 | 11011 | 1011010 | 0 | 10 | 100011010 | 1011111 | 110110 |
Color Harmonies of #B718F9
Complementary color
Monochromatic Colors of #B718F9
Black with #B718F9
Text Example
Text Example
White with #B718F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718F9; }
p { color: rgb(183,24,249); }
H1.HeaderClassName
{
color: #B718F9;
}
.AnyTagClassName
{
color: #B718F9;
}
</style>
background-color css
<style>
a { background-color: #B718F9; }
a { background-color: rgb(183,24,249); }
div.DivClassName
{
background-color: #B718F9;
}
.BgClassName
{
background-color: #B718F9;
}
</style>
border-color css
<style>
span { border-color: #B718F9; }
span { border-color: rgb(183,24,249); }
td.TdClassName
{
border-color: #B718F9;
}
.TagClassName
{
border-color: #B718F9;
}
</style>