Shades of Electric Purple #B70CFF
Tints of Electric Purple #B70CFF
RGB
CMYK
RGB Variations
Color information
#B70CFF (or 0xB70CFF) is known color: Electric Purple. HEX triplet: B7, 0C and FF. RGB value is (183,12,255). Sum of RGB (Red+Green+Blue) = 183+12+255=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B70CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CFF is #48F300. Grayscale: #5A5A5A. Windows color (decimal): -4780801 or 16714935. OLE color: 16714935.
HSL color Cylindrical-coordinate representation of color #B70CFF: hue angle of 282.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CFF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 12 | 255 | - |
| CMYK | 0.28 | 0.95 | 0 | 0 |
| HSL | 282.22º | 1% | 0.52% | - |
| HSV(B) | 282.22º | 0.95% | 1% | - |
| XYZ | 37.71 | 17.55 | 96.01 | - |
| YUV | 90.83 | 220.65 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 255 | 0.28 | 0.95 | 0 | 0 | 282.22 | 1 | 0.52 |
| Hex | B7 | C | FF | 1C | 5F | 0 | 0 | 11A | 64 | 34 |
| Octal | 267 | 14 | 377 | 34 | 137 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110111 | 1100 | 11111111 | 11100 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B70CFF
Complementary color
Monochromatic Colors of #B70CFF
Black with #B70CFF
Text Example
Text Example
White with #B70CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CFF; }
p { color: rgb(183,12,255); }
H1.HeaderClassName
{
color: #B70CFF;
}
.AnyTagClassName
{
color: #B70CFF;
}
</style>
background-color css
<style>
a { background-color: #B70CFF; }
a { background-color: rgb(183,12,255); }
div.DivClassName
{
background-color: #B70CFF;
}
.BgClassName
{
background-color: #B70CFF;
}
</style>
border-color css
<style>
span { border-color: #B70CFF; }
span { border-color: rgb(183,12,255); }
td.TdClassName
{
border-color: #B70CFF;
}
.TagClassName
{
border-color: #B70CFF;
}
</style>