Shades of Electric Purple #B717FB
Tints of Electric Purple #B717FB
RGB
CMYK
RGB Variations
Color information
#B717FB (or 0xB717FB) is known color: Electric Purple. HEX triplet: B7, 17 and FB. RGB value is (183,23,251). Sum of RGB (Red+Green+Blue) = 183+23+251=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #B717FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717FB is #48E804. Grayscale: #606060. Windows color (decimal): -4777989 or 16455607. OLE color: 16455607.
HSL color Cylindrical-coordinate representation of color #B717FB: hue angle of 282.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B717FB is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 23 | 251 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.02 |
| HSL | 282.11º | 0.97% | 0.54% | - |
| HSV(B) | 282.11º | 0.91% | 0.98% | - |
| XYZ | 37.25 | 17.65 | 92.71 | - |
| YUV | 96.83 | 215.01 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 251 | 0.27 | 0.91 | 0 | 0.02 | 282.11 | 0.97 | 0.54 |
| Hex | B7 | 17 | FB | 1B | 5B | 0 | 2 | 11A | 61 | 36 |
| Octal | 267 | 27 | 373 | 33 | 133 | 0 | 2 | 432 | 141 | 66 |
| Binary | 10110111 | 10111 | 11111011 | 11011 | 1011011 | 0 | 10 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B717FB
Complementary color
Monochromatic Colors of #B717FB
Black with #B717FB
Text Example
Text Example
White with #B717FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717FB; }
p { color: rgb(183,23,251); }
H1.HeaderClassName
{
color: #B717FB;
}
.AnyTagClassName
{
color: #B717FB;
}
</style>
background-color css
<style>
a { background-color: #B717FB; }
a { background-color: rgb(183,23,251); }
div.DivClassName
{
background-color: #B717FB;
}
.BgClassName
{
background-color: #B717FB;
}
</style>
border-color css
<style>
span { border-color: #B717FB; }
span { border-color: rgb(183,23,251); }
td.TdClassName
{
border-color: #B717FB;
}
.TagClassName
{
border-color: #B717FB;
}
</style>