Shades of Electric Purple #B710FB
Tints of Electric Purple #B710FB
RGB
CMYK
RGB Variations
Color information
#B710FB (or 0xB710FB) is known color: Electric Purple. HEX triplet: B7, 10 and FB. RGB value is (183,16,251). Sum of RGB (Red+Green+Blue) = 183+16+251=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B710FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710FB is #48EF04. Grayscale: #5B5B5B. Windows color (decimal): -4779781 or 16453815. OLE color: 16453815.
HSL color Cylindrical-coordinate representation of color #B710FB: hue angle of 282.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B710FB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 16 | 251 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.02 |
| HSL | 282.64º | 0.97% | 0.52% | - |
| HSV(B) | 282.64º | 0.94% | 0.98% | - |
| XYZ | 37.13 | 17.4 | 92.67 | - |
| YUV | 92.72 | 217.33 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 251 | 0.27 | 0.94 | 0 | 0.02 | 282.64 | 0.97 | 0.52 |
| Hex | B7 | 10 | FB | 1B | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 267 | 20 | 373 | 33 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10110111 | 10000 | 11111011 | 11011 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B710FB
Complementary color
Monochromatic Colors of #B710FB
Black with #B710FB
Text Example
Text Example
White with #B710FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710FB; }
p { color: rgb(183,16,251); }
H1.HeaderClassName
{
color: #B710FB;
}
.AnyTagClassName
{
color: #B710FB;
}
</style>
background-color css
<style>
a { background-color: #B710FB; }
a { background-color: rgb(183,16,251); }
div.DivClassName
{
background-color: #B710FB;
}
.BgClassName
{
background-color: #B710FB;
}
</style>
border-color css
<style>
span { border-color: #B710FB; }
span { border-color: rgb(183,16,251); }
td.TdClassName
{
border-color: #B710FB;
}
.TagClassName
{
border-color: #B710FB;
}
</style>