Shades of Electric Purple #B10CFB
Tints of Electric Purple #B10CFB
RGB
CMYK
RGB Variations
Color information
#B10CFB (or 0xB10CFB) is known color: Electric Purple. HEX triplet: B1, 0C and FB. RGB value is (177,12,251). Sum of RGB (Red+Green+Blue) = 177+12+251=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #B10CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CFB is #4EF304. Grayscale: #575757. Windows color (decimal): -5174021 or 16452785. OLE color: 16452785.
HSL color Cylindrical-coordinate representation of color #B10CFB: hue angle of 281.42º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CFB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 12 | 251 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.02 |
| HSL | 281.42º | 0.97% | 0.52% | - |
| HSV(B) | 281.42º | 0.95% | 0.98% | - |
| XYZ | 35.68 | 16.58 | 92.59 | - |
| YUV | 88.58 | 219.66 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 251 | 0.29 | 0.95 | 0 | 0.02 | 281.42 | 0.97 | 0.52 |
| Hex | B1 | C | FB | 1D | 5F | 0 | 2 | 119 | 61 | 34 |
| Octal | 261 | 14 | 373 | 35 | 137 | 0 | 2 | 431 | 141 | 64 |
| Binary | 10110001 | 1100 | 11111011 | 11101 | 1011111 | 0 | 10 | 100011001 | 1100001 | 110100 |
Color Harmonies of #B10CFB
Complementary color
Monochromatic Colors of #B10CFB
Black with #B10CFB
Text Example
Text Example
White with #B10CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CFB; }
p { color: rgb(177,12,251); }
H1.HeaderClassName
{
color: #B10CFB;
}
.AnyTagClassName
{
color: #B10CFB;
}
</style>
background-color css
<style>
a { background-color: #B10CFB; }
a { background-color: rgb(177,12,251); }
div.DivClassName
{
background-color: #B10CFB;
}
.BgClassName
{
background-color: #B10CFB;
}
</style>
border-color css
<style>
span { border-color: #B10CFB; }
span { border-color: rgb(177,12,251); }
td.TdClassName
{
border-color: #B10CFB;
}
.TagClassName
{
border-color: #B10CFB;
}
</style>