Shades of Electric Purple #B710FF
Tints of Electric Purple #B710FF
RGB
CMYK
RGB Variations
Color information
#B710FF (or 0xB710FF) is known color: Electric Purple. HEX triplet: B7, 10 and FF. RGB value is (183,16,255). Sum of RGB (Red+Green+Blue) = 183+16+255=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B710FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710FF is #48EF00. Grayscale: #5C5C5C. Windows color (decimal): -4779777 or 16715959. OLE color: 16715959.
HSL color Cylindrical-coordinate representation of color #B710FF: hue angle of 281.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B710FF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 16 | 255 | - |
| CMYK | 0.28 | 0.94 | 0 | 0 |
| HSL | 281.92º | 1% | 0.53% | - |
| HSV(B) | 281.92º | 0.94% | 1% | - |
| XYZ | 37.76 | 17.66 | 96.03 | - |
| YUV | 93.18 | 219.33 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 255 | 0.28 | 0.94 | 0 | 0 | 281.92 | 1 | 0.53 |
| Hex | B7 | 10 | FF | 1C | 5E | 0 | 0 | 11A | 64 | 35 |
| Octal | 267 | 20 | 377 | 34 | 136 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10110111 | 10000 | 11111111 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B710FF
Complementary color
Monochromatic Colors of #B710FF
Black with #B710FF
Text Example
Text Example
White with #B710FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710FF; }
p { color: rgb(183,16,255); }
H1.HeaderClassName
{
color: #B710FF;
}
.AnyTagClassName
{
color: #B710FF;
}
</style>
background-color css
<style>
a { background-color: #B710FF; }
a { background-color: rgb(183,16,255); }
div.DivClassName
{
background-color: #B710FF;
}
.BgClassName
{
background-color: #B710FF;
}
</style>
border-color css
<style>
span { border-color: #B710FF; }
span { border-color: rgb(183,16,255); }
td.TdClassName
{
border-color: #B710FF;
}
.TagClassName
{
border-color: #B710FF;
}
</style>