Shades of Electric Purple #B70CFC
Tints of Electric Purple #B70CFC
RGB
CMYK
RGB Variations
Color information
#B70CFC (or 0xB70CFC) is known color: Electric Purple. HEX triplet: B7, 0C and FC. RGB value is (183,12,252). Sum of RGB (Red+Green+Blue) = 183+12+252=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #B70CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CFC is #48F303. Grayscale: #595959. Windows color (decimal): -4780804 or 16518327. OLE color: 16518327.
HSL color Cylindrical-coordinate representation of color #B70CFC: hue angle of 282.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CFC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 12 | 252 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.01 |
| HSL | 282.75º | 0.98% | 0.52% | - |
| HSV(B) | 282.75º | 0.95% | 0.99% | - |
| XYZ | 37.23 | 17.36 | 93.48 | - |
| YUV | 90.49 | 219.15 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 252 | 0.27 | 0.95 | 0 | 0.01 | 282.75 | 0.98 | 0.52 |
| Hex | B7 | C | FC | 1B | 5F | 0 | 1 | 11B | 62 | 34 |
| Octal | 267 | 14 | 374 | 33 | 137 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10110111 | 1100 | 11111100 | 11011 | 1011111 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B70CFC
Complementary color
Monochromatic Colors of #B70CFC
Black with #B70CFC
Text Example
Text Example
White with #B70CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CFC; }
p { color: rgb(183,12,252); }
H1.HeaderClassName
{
color: #B70CFC;
}
.AnyTagClassName
{
color: #B70CFC;
}
</style>
background-color css
<style>
a { background-color: #B70CFC; }
a { background-color: rgb(183,12,252); }
div.DivClassName
{
background-color: #B70CFC;
}
.BgClassName
{
background-color: #B70CFC;
}
</style>
border-color css
<style>
span { border-color: #B70CFC; }
span { border-color: rgb(183,12,252); }
td.TdClassName
{
border-color: #B70CFC;
}
.TagClassName
{
border-color: #B70CFC;
}
</style>