Shades of Electric Purple #B717FF
Tints of Electric Purple #B717FF
RGB
CMYK
RGB Variations
Color information
#B717FF (or 0xB717FF) is known color: Electric Purple. HEX triplet: B7, 17 and FF. RGB value is (183,23,255). Sum of RGB (Red+Green+Blue) = 183+23+255=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B717FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717FF is #48E800. Grayscale: #606060. Windows color (decimal): -4777985 or 16717751. OLE color: 16717751.
HSL color Cylindrical-coordinate representation of color #B717FF: hue angle of 281.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B717FF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 23 | 255 | - |
| CMYK | 0.28 | 0.91 | 0 | 0 |
| HSL | 281.38º | 1% | 0.55% | - |
| HSV(B) | 281.38º | 0.91% | 1% | - |
| XYZ | 37.88 | 17.9 | 96.07 | - |
| YUV | 97.29 | 217.01 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 255 | 0.28 | 0.91 | 0 | 0 | 281.38 | 1 | 0.55 |
| Hex | B7 | 17 | FF | 1C | 5B | 0 | 0 | 119 | 64 | 37 |
| Octal | 267 | 27 | 377 | 34 | 133 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110111 | 10111 | 11111111 | 11100 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B717FF
Complementary color
Monochromatic Colors of #B717FF
Black with #B717FF
Text Example
Text Example
White with #B717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717FF; }
p { color: rgb(183,23,255); }
H1.HeaderClassName
{
color: #B717FF;
}
.AnyTagClassName
{
color: #B717FF;
}
</style>
background-color css
<style>
a { background-color: #B717FF; }
a { background-color: rgb(183,23,255); }
div.DivClassName
{
background-color: #B717FF;
}
.BgClassName
{
background-color: #B717FF;
}
</style>
border-color css
<style>
span { border-color: #B717FF; }
span { border-color: rgb(183,23,255); }
td.TdClassName
{
border-color: #B717FF;
}
.TagClassName
{
border-color: #B717FF;
}
</style>