Shades of Electric Purple #B10BFC
Tints of Electric Purple #B10BFC
RGB
CMYK
RGB Variations
Color information
#B10BFC (or 0xB10BFC) is known color: Electric Purple. HEX triplet: B1, 0B and FC. RGB value is (177,11,252). Sum of RGB (Red+Green+Blue) = 177+11+252=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #B10BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BFC is #4EF403. Grayscale: #575757. Windows color (decimal): -5174276 or 16518065. OLE color: 16518065.
HSL color Cylindrical-coordinate representation of color #B10BFC: hue angle of 281.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10BFC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 11 | 252 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.01 |
| HSL | 281.33º | 0.98% | 0.52% | - |
| HSV(B) | 281.33º | 0.96% | 0.99% | - |
| XYZ | 35.82 | 16.61 | 93.41 | - |
| YUV | 88.11 | 220.5 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 252 | 0.30 | 0.96 | 0 | 0.01 | 281.33 | 0.98 | 0.52 |
| Hex | B1 | B | FC | 1E | 60 | 0 | 1 | 119 | 62 | 34 |
| Octal | 261 | 13 | 374 | 36 | 140 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110001 | 1011 | 11111100 | 11110 | 1100000 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B10BFC
Complementary color
Monochromatic Colors of #B10BFC
Black with #B10BFC
Text Example
Text Example
White with #B10BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BFC; }
p { color: rgb(177,11,252); }
H1.HeaderClassName
{
color: #B10BFC;
}
.AnyTagClassName
{
color: #B10BFC;
}
</style>
background-color css
<style>
a { background-color: #B10BFC; }
a { background-color: rgb(177,11,252); }
div.DivClassName
{
background-color: #B10BFC;
}
.BgClassName
{
background-color: #B10BFC;
}
</style>
border-color css
<style>
span { border-color: #B10BFC; }
span { border-color: rgb(177,11,252); }
td.TdClassName
{
border-color: #B10BFC;
}
.TagClassName
{
border-color: #B10BFC;
}
</style>