Shades of Electric Purple #B102ED
Tints of Electric Purple #B102ED
RGB
CMYK
RGB Variations
Color information
#B102ED (or 0xB102ED) is known color: Electric Purple. HEX triplet: B1, 02 and ED. RGB value is (177,2,237). Sum of RGB (Red+Green+Blue) = 177+2+237=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #B102ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102ED is #4EFD12. Grayscale: #505050. Windows color (decimal): -5176595 or 15532721. OLE color: 15532721.
HSL color Cylindrical-coordinate representation of color #B102ED: hue angle of 284.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102ED is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 2 | 237 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.07 |
| HSL | 284.68º | 0.98% | 0.47% | - |
| HSV(B) | 284.68º | 0.99% | 0.93% | - |
| XYZ | 33.44 | 15.5 | 81.35 | - |
| YUV | 81.12 | 215.98 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 237 | 0.25 | 0.99 | 0 | 0.07 | 284.68 | 0.98 | 0.47 |
| Hex | B1 | 2 | ED | 19 | 63 | 0 | 7 | 11D | 62 | 2F |
| Octal | 261 | 2 | 355 | 31 | 143 | 0 | 7 | 435 | 142 | 57 |
| Binary | 10110001 | 10 | 11101101 | 11001 | 1100011 | 0 | 111 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B102ED
Complementary color
Monochromatic Colors of #B102ED
Black with #B102ED
Text Example
Text Example
White with #B102ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102ED; }
p { color: rgb(177,2,237); }
H1.HeaderClassName
{
color: #B102ED;
}
.AnyTagClassName
{
color: #B102ED;
}
</style>
background-color css
<style>
a { background-color: #B102ED; }
a { background-color: rgb(177,2,237); }
div.DivClassName
{
background-color: #B102ED;
}
.BgClassName
{
background-color: #B102ED;
}
</style>
border-color css
<style>
span { border-color: #B102ED; }
span { border-color: rgb(177,2,237); }
td.TdClassName
{
border-color: #B102ED;
}
.TagClassName
{
border-color: #B102ED;
}
</style>