Shades of Electric Purple #B70FFC
Tints of Electric Purple #B70FFC
RGB
CMYK
RGB Variations
Color information
#B70FFC (or 0xB70FFC) is known color: Electric Purple. HEX triplet: B7, 0F and FC. RGB value is (183,15,252). Sum of RGB (Red+Green+Blue) = 183+15+252=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #B70FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FFC is #48F003. Grayscale: #5B5B5B. Windows color (decimal): -4780036 or 16519095. OLE color: 16519095.
HSL color Cylindrical-coordinate representation of color #B70FFC: hue angle of 282.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FFC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 15 | 252 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 282.53º | 0.98% | 0.52% | - |
| HSV(B) | 282.53º | 0.94% | 0.99% | - |
| XYZ | 37.27 | 17.44 | 93.5 | - |
| YUV | 92.25 | 218.16 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 252 | 0.27 | 0.94 | 0 | 0.01 | 282.53 | 0.98 | 0.52 |
| Hex | B7 | F | FC | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 267 | 17 | 374 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10110111 | 1111 | 11111100 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B70FFC
Complementary color
Monochromatic Colors of #B70FFC
Black with #B70FFC
Text Example
Text Example
White with #B70FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FFC; }
p { color: rgb(183,15,252); }
H1.HeaderClassName
{
color: #B70FFC;
}
.AnyTagClassName
{
color: #B70FFC;
}
</style>
background-color css
<style>
a { background-color: #B70FFC; }
a { background-color: rgb(183,15,252); }
div.DivClassName
{
background-color: #B70FFC;
}
.BgClassName
{
background-color: #B70FFC;
}
</style>
border-color css
<style>
span { border-color: #B70FFC; }
span { border-color: rgb(183,15,252); }
td.TdClassName
{
border-color: #B70FFC;
}
.TagClassName
{
border-color: #B70FFC;
}
</style>