Shades of Electric Purple #B010F1
Tints of Electric Purple #B010F1
RGB
CMYK
RGB Variations
Color information
#B010F1 (or 0xB010F1) is known color: Electric Purple. HEX triplet: B0, 10 and F1. RGB value is (176,16,241). Sum of RGB (Red+Green+Blue) = 176+16+241=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #B010F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010F1 is #4FEF0E. Grayscale: #585858. Windows color (decimal): -5238543 or 15798448. OLE color: 15798448.
HSL color Cylindrical-coordinate representation of color #B010F1: hue angle of 282.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010F1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 16 | 241 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.05 |
| HSL | 282.67º | 0.89% | 0.5% | - |
| HSV(B) | 282.67º | 0.93% | 0.95% | - |
| XYZ | 33.97 | 15.95 | 84.51 | - |
| YUV | 89.49 | 213.51 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 241 | 0.27 | 0.93 | 0 | 0.05 | 282.67 | 0.89 | 0.5 |
| Hex | B0 | 10 | F1 | 1B | 5D | 0 | 5 | 11B | 59 | 32 |
| Octal | 260 | 20 | 361 | 33 | 135 | 0 | 5 | 433 | 131 | 62 |
| Binary | 10110000 | 10000 | 11110001 | 11011 | 1011101 | 0 | 101 | 100011011 | 1011001 | 110010 |
Color Harmonies of #B010F1
Complementary color
Monochromatic Colors of #B010F1
Black with #B010F1
Text Example
Text Example
White with #B010F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010F1; }
p { color: rgb(176,16,241); }
H1.HeaderClassName
{
color: #B010F1;
}
.AnyTagClassName
{
color: #B010F1;
}
</style>
background-color css
<style>
a { background-color: #B010F1; }
a { background-color: rgb(176,16,241); }
div.DivClassName
{
background-color: #B010F1;
}
.BgClassName
{
background-color: #B010F1;
}
</style>
border-color css
<style>
span { border-color: #B010F1; }
span { border-color: rgb(176,16,241); }
td.TdClassName
{
border-color: #B010F1;
}
.TagClassName
{
border-color: #B010F1;
}
</style>