Shades of Electric Purple #B10CF0
Tints of Electric Purple #B10CF0
RGB
CMYK
RGB Variations
Color information
#B10CF0 (or 0xB10CF0) is known color: Electric Purple. HEX triplet: B1, 0C and F0. RGB value is (177,12,240). Sum of RGB (Red+Green+Blue) = 177+12+240=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #B10CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CF0 is #4EF30F. Grayscale: #565656. Windows color (decimal): -5174032 or 15731889. OLE color: 15731889.
HSL color Cylindrical-coordinate representation of color #B10CF0: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CF0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 12 | 240 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.06 |
| HSL | 283.42º | 0.9% | 0.49% | - |
| HSV(B) | 283.42º | 0.95% | 0.94% | - |
| XYZ | 33.99 | 15.9 | 83.72 | - |
| YUV | 87.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 240 | 0.26 | 0.95 | 0 | 0.06 | 283.42 | 0.9 | 0.49 |
| Hex | B1 | C | F0 | 1A | 5F | 0 | 6 | 11B | 5A | 31 |
| Octal | 261 | 14 | 360 | 32 | 137 | 0 | 6 | 433 | 132 | 61 |
| Binary | 10110001 | 1100 | 11110000 | 11010 | 1011111 | 0 | 110 | 100011011 | 1011010 | 110001 |
Color Harmonies of #B10CF0
Complementary color
Monochromatic Colors of #B10CF0
Black with #B10CF0
Text Example
Text Example
White with #B10CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CF0; }
p { color: rgb(177,12,240); }
H1.HeaderClassName
{
color: #B10CF0;
}
.AnyTagClassName
{
color: #B10CF0;
}
</style>
background-color css
<style>
a { background-color: #B10CF0; }
a { background-color: rgb(177,12,240); }
div.DivClassName
{
background-color: #B10CF0;
}
.BgClassName
{
background-color: #B10CF0;
}
</style>
border-color css
<style>
span { border-color: #B10CF0; }
span { border-color: rgb(177,12,240); }
td.TdClassName
{
border-color: #B10CF0;
}
.TagClassName
{
border-color: #B10CF0;
}
</style>