Shades of Electric Purple #B710F4
Tints of Electric Purple #B710F4
RGB
CMYK
RGB Variations
Color information
#B710F4 (or 0xB710F4) is known color: Electric Purple. HEX triplet: B7, 10 and F4. RGB value is (183,16,244). Sum of RGB (Red+Green+Blue) = 183+16+244=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #B710F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710F4 is #48EF0B. Grayscale: #5B5B5B. Windows color (decimal): -4779788 or 15995063. OLE color: 15995063.
HSL color Cylindrical-coordinate representation of color #B710F4: hue angle of 283.95º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710F4 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 16 | 244 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.04 |
| HSL | 283.95º | 0.91% | 0.51% | - |
| HSV(B) | 283.95º | 0.93% | 0.96% | - |
| XYZ | 36.04 | 16.97 | 86.96 | - |
| YUV | 91.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 244 | 0.25 | 0.93 | 0 | 0.04 | 283.95 | 0.91 | 0.51 |
| Hex | B7 | 10 | F4 | 19 | 5D | 0 | 4 | 11C | 5B | 33 |
| Octal | 267 | 20 | 364 | 31 | 135 | 0 | 4 | 434 | 133 | 63 |
| Binary | 10110111 | 10000 | 11110100 | 11001 | 1011101 | 0 | 100 | 100011100 | 1011011 | 110011 |
Color Harmonies of #B710F4
Complementary color
Monochromatic Colors of #B710F4
Black with #B710F4
Text Example
Text Example
White with #B710F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710F4; }
p { color: rgb(183,16,244); }
H1.HeaderClassName
{
color: #B710F4;
}
.AnyTagClassName
{
color: #B710F4;
}
</style>
background-color css
<style>
a { background-color: #B710F4; }
a { background-color: rgb(183,16,244); }
div.DivClassName
{
background-color: #B710F4;
}
.BgClassName
{
background-color: #B710F4;
}
</style>
border-color css
<style>
span { border-color: #B710F4; }
span { border-color: rgb(183,16,244); }
td.TdClassName
{
border-color: #B710F4;
}
.TagClassName
{
border-color: #B710F4;
}
</style>