Shades of Electric Purple #B10BED
Tints of Electric Purple #B10BED
RGB
CMYK
RGB Variations
Color information
#B10BED (or 0xB10BED) is known color: Electric Purple. HEX triplet: B1, 0B and ED. RGB value is (177,11,237). Sum of RGB (Red+Green+Blue) = 177+11+237=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B10BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BED is #4EF412. Grayscale: #555555. Windows color (decimal): -5174291 or 15535025. OLE color: 15535025.
HSL color Cylindrical-coordinate representation of color #B10BED: hue angle of 284.07º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BED is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 11 | 237 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.07 |
| HSL | 284.07º | 0.91% | 0.49% | - |
| HSV(B) | 284.07º | 0.95% | 0.93% | - |
| XYZ | 33.54 | 15.7 | 81.38 | - |
| YUV | 86.4 | 213 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 237 | 0.25 | 0.95 | 0 | 0.07 | 284.07 | 0.91 | 0.49 |
| Hex | B1 | B | ED | 19 | 5F | 0 | 7 | 11C | 5B | 31 |
| Octal | 261 | 13 | 355 | 31 | 137 | 0 | 7 | 434 | 133 | 61 |
| Binary | 10110001 | 1011 | 11101101 | 11001 | 1011111 | 0 | 111 | 100011100 | 1011011 | 110001 |
Color Harmonies of #B10BED
Complementary color
Monochromatic Colors of #B10BED
Black with #B10BED
Text Example
Text Example
White with #B10BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BED; }
p { color: rgb(177,11,237); }
H1.HeaderClassName
{
color: #B10BED;
}
.AnyTagClassName
{
color: #B10BED;
}
</style>
background-color css
<style>
a { background-color: #B10BED; }
a { background-color: rgb(177,11,237); }
div.DivClassName
{
background-color: #B10BED;
}
.BgClassName
{
background-color: #B10BED;
}
</style>
border-color css
<style>
span { border-color: #B10BED; }
span { border-color: rgb(177,11,237); }
td.TdClassName
{
border-color: #B10BED;
}
.TagClassName
{
border-color: #B10BED;
}
</style>