Shades of Electric Purple #B10DFC
Tints of Electric Purple #B10DFC
RGB
CMYK
RGB Variations
Color information
#B10DFC (or 0xB10DFC) is known color: Electric Purple. HEX triplet: B1, 0D and FC. RGB value is (177,13,252). Sum of RGB (Red+Green+Blue) = 177+13+252=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #B10DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DFC is #4EF203. Grayscale: #585858. Windows color (decimal): -5173764 or 16518577. OLE color: 16518577.
HSL color Cylindrical-coordinate representation of color #B10DFC: hue angle of 281.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10DFC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 13 | 252 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.01 |
| HSL | 281.17º | 0.98% | 0.52% | - |
| HSV(B) | 281.17º | 0.95% | 0.99% | - |
| XYZ | 35.85 | 16.66 | 93.42 | - |
| YUV | 89.28 | 219.83 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 252 | 0.30 | 0.95 | 0 | 0.01 | 281.17 | 0.98 | 0.52 |
| Hex | B1 | D | FC | 1E | 5F | 0 | 1 | 119 | 62 | 34 |
| Octal | 261 | 15 | 374 | 36 | 137 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110001 | 1101 | 11111100 | 11110 | 1011111 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B10DFC
Complementary color
Monochromatic Colors of #B10DFC
Black with #B10DFC
Text Example
Text Example
White with #B10DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DFC; }
p { color: rgb(177,13,252); }
H1.HeaderClassName
{
color: #B10DFC;
}
.AnyTagClassName
{
color: #B10DFC;
}
</style>
background-color css
<style>
a { background-color: #B10DFC; }
a { background-color: rgb(177,13,252); }
div.DivClassName
{
background-color: #B10DFC;
}
.BgClassName
{
background-color: #B10DFC;
}
</style>
border-color css
<style>
span { border-color: #B10DFC; }
span { border-color: rgb(177,13,252); }
td.TdClassName
{
border-color: #B10DFC;
}
.TagClassName
{
border-color: #B10DFC;
}
</style>