Shades of Electric Purple #B716FF
Tints of Electric Purple #B716FF
RGB
CMYK
RGB Variations
Color information
#B716FF (or 0xB716FF) is known color: Electric Purple. HEX triplet: B7, 16 and FF. RGB value is (183,22,255). Sum of RGB (Red+Green+Blue) = 183+22+255=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B716FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B716FF is #48E900. Grayscale: #5F5F5F. Windows color (decimal): -4778241 or 16717495. OLE color: 16717495.
HSL color Cylindrical-coordinate representation of color #B716FF: hue angle of 281.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B716FF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 22 | 255 | - |
| CMYK | 0.28 | 0.91 | 0 | 0 |
| HSL | 281.46º | 1% | 0.54% | - |
| HSV(B) | 281.46º | 0.91% | 1% | - |
| XYZ | 37.87 | 17.86 | 96.06 | - |
| YUV | 96.7 | 217.34 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 255 | 0.28 | 0.91 | 0 | 0 | 281.46 | 1 | 0.54 |
| Hex | B7 | 16 | FF | 1C | 5B | 0 | 0 | 119 | 64 | 36 |
| Octal | 267 | 26 | 377 | 34 | 133 | 0 | 0 | 431 | 144 | 66 |
| Binary | 10110111 | 10110 | 11111111 | 11100 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110110 |
Color Harmonies of #B716FF
Complementary color
Monochromatic Colors of #B716FF
Black with #B716FF
Text Example
Text Example
White with #B716FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716FF; }
p { color: rgb(183,22,255); }
H1.HeaderClassName
{
color: #B716FF;
}
.AnyTagClassName
{
color: #B716FF;
}
</style>
background-color css
<style>
a { background-color: #B716FF; }
a { background-color: rgb(183,22,255); }
div.DivClassName
{
background-color: #B716FF;
}
.BgClassName
{
background-color: #B716FF;
}
</style>
border-color css
<style>
span { border-color: #B716FF; }
span { border-color: rgb(183,22,255); }
td.TdClassName
{
border-color: #B716FF;
}
.TagClassName
{
border-color: #B716FF;
}
</style>