Shades of Electric Purple #B70DF6
Tints of Electric Purple #B70DF6
RGB
CMYK
RGB Variations
Color information
#B70DF6 (or 0xB70DF6) is known color: Electric Purple. HEX triplet: B7, 0D and F6. RGB value is (183,13,246). Sum of RGB (Red+Green+Blue) = 183+13+246=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #B70DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70DF6 is #48F209. Grayscale: #595959. Windows color (decimal): -4780554 or 16125367. OLE color: 16125367.
HSL color Cylindrical-coordinate representation of color #B70DF6: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70DF6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 13 | 246 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.04 |
| HSL | 283.78º | 0.93% | 0.51% | - |
| HSV(B) | 283.78º | 0.95% | 0.96% | - |
| XYZ | 36.31 | 17.01 | 88.56 | - |
| YUV | 90.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 246 | 0.26 | 0.95 | 0 | 0.04 | 283.78 | 0.93 | 0.51 |
| Hex | B7 | D | F6 | 1A | 5F | 0 | 4 | 11C | 5D | 33 |
| Octal | 267 | 15 | 366 | 32 | 137 | 0 | 4 | 434 | 135 | 63 |
| Binary | 10110111 | 1101 | 11110110 | 11010 | 1011111 | 0 | 100 | 100011100 | 1011101 | 110011 |
Color Harmonies of #B70DF6
Complementary color
Monochromatic Colors of #B70DF6
Black with #B70DF6
Text Example
Text Example
White with #B70DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DF6; }
p { color: rgb(183,13,246); }
H1.HeaderClassName
{
color: #B70DF6;
}
.AnyTagClassName
{
color: #B70DF6;
}
</style>
background-color css
<style>
a { background-color: #B70DF6; }
a { background-color: rgb(183,13,246); }
div.DivClassName
{
background-color: #B70DF6;
}
.BgClassName
{
background-color: #B70DF6;
}
</style>
border-color css
<style>
span { border-color: #B70DF6; }
span { border-color: rgb(183,13,246); }
td.TdClassName
{
border-color: #B70DF6;
}
.TagClassName
{
border-color: #B70DF6;
}
</style>