Shades of Electric Purple #B010F3
Tints of Electric Purple #B010F3
RGB
CMYK
RGB Variations
Color information
#B010F3 (or 0xB010F3) is known color: Electric Purple. HEX triplet: B0, 10 and F3. RGB value is (176,16,243). Sum of RGB (Red+Green+Blue) = 176+16+243=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #B010F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010F3 is #4FEF0C. Grayscale: #585858. Windows color (decimal): -5238541 or 15929520. OLE color: 15929520.
HSL color Cylindrical-coordinate representation of color #B010F3: hue angle of 282.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010F3 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 16 | 243 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.05 |
| HSL | 282.29º | 0.9% | 0.51% | - |
| HSV(B) | 282.29º | 0.93% | 0.95% | - |
| XYZ | 34.27 | 16.07 | 86.09 | - |
| YUV | 89.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 243 | 0.28 | 0.93 | 0 | 0.05 | 282.29 | 0.9 | 0.51 |
| Hex | B0 | 10 | F3 | 1C | 5D | 0 | 5 | 11A | 5A | 33 |
| Octal | 260 | 20 | 363 | 34 | 135 | 0 | 5 | 432 | 132 | 63 |
| Binary | 10110000 | 10000 | 11110011 | 11100 | 1011101 | 0 | 101 | 100011010 | 1011010 | 110011 |
Color Harmonies of #B010F3
Complementary color
Monochromatic Colors of #B010F3
Black with #B010F3
Text Example
Text Example
White with #B010F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010F3; }
p { color: rgb(176,16,243); }
H1.HeaderClassName
{
color: #B010F3;
}
.AnyTagClassName
{
color: #B010F3;
}
</style>
background-color css
<style>
a { background-color: #B010F3; }
a { background-color: rgb(176,16,243); }
div.DivClassName
{
background-color: #B010F3;
}
.BgClassName
{
background-color: #B010F3;
}
</style>
border-color css
<style>
span { border-color: #B010F3; }
span { border-color: rgb(176,16,243); }
td.TdClassName
{
border-color: #B010F3;
}
.TagClassName
{
border-color: #B010F3;
}
</style>