Shades of Electric Purple #B60EFB
Tints of Electric Purple #B60EFB
RGB
CMYK
RGB Variations
Color information
#B60EFB (or 0xB60EFB) is known color: Electric Purple. HEX triplet: B6, 0E and FB. RGB value is (182,14,251). Sum of RGB (Red+Green+Blue) = 182+14+251=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #B60EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EFB is #49F104. Grayscale: #5A5A5A. Windows color (decimal): -4845829 or 16453302. OLE color: 16453302.
HSL color Cylindrical-coordinate representation of color #B60EFB: hue angle of 282.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EFB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 14 | 251 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.02 |
| HSL | 282.53º | 0.97% | 0.52% | - |
| HSV(B) | 282.53º | 0.94% | 0.98% | - |
| XYZ | 36.86 | 17.22 | 92.65 | - |
| YUV | 91.25 | 218.16 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 251 | 0.27 | 0.94 | 0 | 0.02 | 282.53 | 0.97 | 0.52 |
| Hex | B6 | E | FB | 1B | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 266 | 16 | 373 | 33 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10110110 | 1110 | 11111011 | 11011 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B60EFB
Complementary color
Monochromatic Colors of #B60EFB
Black with #B60EFB
Text Example
Text Example
White with #B60EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EFB; }
p { color: rgb(182,14,251); }
H1.HeaderClassName
{
color: #B60EFB;
}
.AnyTagClassName
{
color: #B60EFB;
}
</style>
background-color css
<style>
a { background-color: #B60EFB; }
a { background-color: rgb(182,14,251); }
div.DivClassName
{
background-color: #B60EFB;
}
.BgClassName
{
background-color: #B60EFB;
}
</style>
border-color css
<style>
span { border-color: #B60EFB; }
span { border-color: rgb(182,14,251); }
td.TdClassName
{
border-color: #B60EFB;
}
.TagClassName
{
border-color: #B60EFB;
}
</style>