Shades of Electric Purple #B10DED
Tints of Electric Purple #B10DED
RGB
CMYK
RGB Variations
Color information
#B10DED (or 0xB10DED) is known color: Electric Purple. HEX triplet: B1, 0D and ED. RGB value is (177,13,237). Sum of RGB (Red+Green+Blue) = 177+13+237=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #B10DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DED is #4EF212. Grayscale: #565656. Windows color (decimal): -5173779 or 15535537. OLE color: 15535537.
HSL color Cylindrical-coordinate representation of color #B10DED: hue angle of 283.93º degrees, saturation: 0.9, 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 #B10DED is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 13 | 237 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.07 |
| HSL | 283.93º | 0.9% | 0.49% | - |
| HSV(B) | 283.93º | 0.95% | 0.93% | - |
| XYZ | 33.56 | 15.75 | 81.39 | - |
| YUV | 87.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 237 | 0.25 | 0.95 | 0 | 0.07 | 283.93 | 0.9 | 0.49 |
| Hex | B1 | D | ED | 19 | 5F | 0 | 7 | 11C | 5A | 31 |
| Octal | 261 | 15 | 355 | 31 | 137 | 0 | 7 | 434 | 132 | 61 |
| Binary | 10110001 | 1101 | 11101101 | 11001 | 1011111 | 0 | 111 | 100011100 | 1011010 | 110001 |
Color Harmonies of #B10DED
Complementary color
Monochromatic Colors of #B10DED
Black with #B10DED
Text Example
Text Example
White with #B10DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DED; }
p { color: rgb(177,13,237); }
H1.HeaderClassName
{
color: #B10DED;
}
.AnyTagClassName
{
color: #B10DED;
}
</style>
background-color css
<style>
a { background-color: #B10DED; }
a { background-color: rgb(177,13,237); }
div.DivClassName
{
background-color: #B10DED;
}
.BgClassName
{
background-color: #B10DED;
}
</style>
border-color css
<style>
span { border-color: #B10DED; }
span { border-color: rgb(177,13,237); }
td.TdClassName
{
border-color: #B10DED;
}
.TagClassName
{
border-color: #B10DED;
}
</style>