Shades of Electric Purple #B10CFC
Tints of Electric Purple #B10CFC
RGB
CMYK
RGB Variations
Color information
#B10CFC (or 0xB10CFC) is known color: Electric Purple. HEX triplet: B1, 0C and FC. RGB value is (177,12,252). Sum of RGB (Red+Green+Blue) = 177+12+252=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #B10CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CFC is #4EF303. Grayscale: #575757. Windows color (decimal): -5174020 or 16518321. OLE color: 16518321.
HSL color Cylindrical-coordinate representation of color #B10CFC: hue angle of 281.25º 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 #B10CFC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 12 | 252 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.01 |
| HSL | 281.25º | 0.98% | 0.52% | - |
| HSV(B) | 281.25º | 0.95% | 0.99% | - |
| XYZ | 35.83 | 16.64 | 93.42 | - |
| YUV | 88.7 | 220.16 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 252 | 0.30 | 0.95 | 0 | 0.01 | 281.25 | 0.98 | 0.52 |
| Hex | B1 | C | FC | 1E | 5F | 0 | 1 | 119 | 62 | 34 |
| Octal | 261 | 14 | 374 | 36 | 137 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110001 | 1100 | 11111100 | 11110 | 1011111 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B10CFC
Complementary color
Monochromatic Colors of #B10CFC
Black with #B10CFC
Text Example
Text Example
White with #B10CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CFC; }
p { color: rgb(177,12,252); }
H1.HeaderClassName
{
color: #B10CFC;
}
.AnyTagClassName
{
color: #B10CFC;
}
</style>
background-color css
<style>
a { background-color: #B10CFC; }
a { background-color: rgb(177,12,252); }
div.DivClassName
{
background-color: #B10CFC;
}
.BgClassName
{
background-color: #B10CFC;
}
</style>
border-color css
<style>
span { border-color: #B10CFC; }
span { border-color: rgb(177,12,252); }
td.TdClassName
{
border-color: #B10CFC;
}
.TagClassName
{
border-color: #B10CFC;
}
</style>