Shades of Electric Purple #B10DFF
Tints of Electric Purple #B10DFF
RGB
CMYK
RGB Variations
Color information
#B10DFF (or 0xB10DFF) is known color: Electric Purple. HEX triplet: B1, 0D and FF. RGB value is (177,13,255). Sum of RGB (Red+Green+Blue) = 177+13+255=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B10DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DFF is #4EF200. Grayscale: #585858. Windows color (decimal): -5173761 or 16715185. OLE color: 16715185.
HSL color Cylindrical-coordinate representation of color #B10DFF: hue angle of 280.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10DFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 13 | 255 | - |
| CMYK | 0.31 | 0.95 | 0 | 0 |
| HSL | 280.66º | 1% | 0.53% | - |
| HSV(B) | 280.66º | 0.95% | 1% | - |
| XYZ | 36.33 | 16.85 | 95.95 | - |
| YUV | 89.62 | 221.33 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 255 | 0.31 | 0.95 | 0 | 0 | 280.66 | 1 | 0.53 |
| Hex | B1 | D | FF | 1F | 5F | 0 | 0 | 119 | 64 | 35 |
| Octal | 261 | 15 | 377 | 37 | 137 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110001 | 1101 | 11111111 | 11111 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B10DFF
Complementary color
Monochromatic Colors of #B10DFF
Black with #B10DFF
Text Example
Text Example
White with #B10DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DFF; }
p { color: rgb(177,13,255); }
H1.HeaderClassName
{
color: #B10DFF;
}
.AnyTagClassName
{
color: #B10DFF;
}
</style>
background-color css
<style>
a { background-color: #B10DFF; }
a { background-color: rgb(177,13,255); }
div.DivClassName
{
background-color: #B10DFF;
}
.BgClassName
{
background-color: #B10DFF;
}
</style>
border-color css
<style>
span { border-color: #B10DFF; }
span { border-color: rgb(177,13,255); }
td.TdClassName
{
border-color: #B10DFF;
}
.TagClassName
{
border-color: #B10DFF;
}
</style>