Shades of Electric Purple #B70BF6
Tints of Electric Purple #B70BF6
RGB
CMYK
RGB Variations
Color information
#B70BF6 (or 0xB70BF6) is known color: Electric Purple. HEX triplet: B7, 0B and F6. RGB value is (183,11,246). Sum of RGB (Red+Green+Blue) = 183+11+246=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #B70BF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70BF6 is #48F409. Grayscale: #585858. Windows color (decimal): -4781066 or 16124855. OLE color: 16124855.
HSL color Cylindrical-coordinate representation of color #B70BF6: hue angle of 283.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70BF6 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 11 | 246 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.04 |
| HSL | 283.91º | 0.93% | 0.5% | - |
| HSV(B) | 283.91º | 0.96% | 0.96% | - |
| XYZ | 36.28 | 16.96 | 88.55 | - |
| YUV | 89.22 | 216.48 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 246 | 0.26 | 0.96 | 0 | 0.04 | 283.91 | 0.93 | 0.5 |
| Hex | B7 | B | F6 | 1A | 60 | 0 | 4 | 11C | 5D | 32 |
| Octal | 267 | 13 | 366 | 32 | 140 | 0 | 4 | 434 | 135 | 62 |
| Binary | 10110111 | 1011 | 11110110 | 11010 | 1100000 | 0 | 100 | 100011100 | 1011101 | 110010 |
Color Harmonies of #B70BF6
Complementary color
Monochromatic Colors of #B70BF6
Black with #B70BF6
Text Example
Text Example
White with #B70BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BF6; }
p { color: rgb(183,11,246); }
H1.HeaderClassName
{
color: #B70BF6;
}
.AnyTagClassName
{
color: #B70BF6;
}
</style>
background-color css
<style>
a { background-color: #B70BF6; }
a { background-color: rgb(183,11,246); }
div.DivClassName
{
background-color: #B70BF6;
}
.BgClassName
{
background-color: #B70BF6;
}
</style>
border-color css
<style>
span { border-color: #B70BF6; }
span { border-color: rgb(183,11,246); }
td.TdClassName
{
border-color: #B70BF6;
}
.TagClassName
{
border-color: #B70BF6;
}
</style>