Shades of Electric Purple #B717FC
Tints of Electric Purple #B717FC
RGB
CMYK
RGB Variations
Color information
#B717FC (or 0xB717FC) is known color: Electric Purple. HEX triplet: B7, 17 and FC. RGB value is (183,23,252). Sum of RGB (Red+Green+Blue) = 183+23+252=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #B717FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717FC is #48E803. Grayscale: #606060. Windows color (decimal): -4777988 or 16521143. OLE color: 16521143.
HSL color Cylindrical-coordinate representation of color #B717FC: hue angle of 281.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B717FC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 23 | 252 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.01 |
| HSL | 281.92º | 0.97% | 0.54% | - |
| HSV(B) | 281.92º | 0.91% | 0.99% | - |
| XYZ | 37.41 | 17.71 | 93.54 | - |
| YUV | 96.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 252 | 0.27 | 0.91 | 0 | 0.01 | 281.92 | 0.97 | 0.54 |
| Hex | B7 | 17 | FC | 1B | 5B | 0 | 1 | 11A | 61 | 36 |
| Octal | 267 | 27 | 374 | 33 | 133 | 0 | 1 | 432 | 141 | 66 |
| Binary | 10110111 | 10111 | 11111100 | 11011 | 1011011 | 0 | 1 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B717FC
Complementary color
Monochromatic Colors of #B717FC
Black with #B717FC
Text Example
Text Example
White with #B717FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717FC; }
p { color: rgb(183,23,252); }
H1.HeaderClassName
{
color: #B717FC;
}
.AnyTagClassName
{
color: #B717FC;
}
</style>
background-color css
<style>
a { background-color: #B717FC; }
a { background-color: rgb(183,23,252); }
div.DivClassName
{
background-color: #B717FC;
}
.BgClassName
{
background-color: #B717FC;
}
</style>
border-color css
<style>
span { border-color: #B717FC; }
span { border-color: rgb(183,23,252); }
td.TdClassName
{
border-color: #B717FC;
}
.TagClassName
{
border-color: #B717FC;
}
</style>