Shades of Electric Purple #B610F0
Tints of Electric Purple #B610F0
RGB
CMYK
RGB Variations
Color information
#B610F0 (or 0xB610F0) is known color: Electric Purple. HEX triplet: B6, 10 and F0. RGB value is (182,16,240). Sum of RGB (Red+Green+Blue) = 182+16+240=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #B610F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B610F0 is #49EF0F. Grayscale: #5A5A5A. Windows color (decimal): -4845328 or 15732918. OLE color: 15732918.
HSL color Cylindrical-coordinate representation of color #B610F0: hue angle of 284.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610F0 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 16 | 240 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.06 |
| HSL | 284.46º | 0.88% | 0.5% | - |
| HSV(B) | 284.46º | 0.93% | 0.94% | - |
| XYZ | 35.2 | 16.61 | 83.79 | - |
| YUV | 91.17 | 212 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 240 | 0.24 | 0.93 | 0 | 0.06 | 284.46 | 0.88 | 0.5 |
| Hex | B6 | 10 | F0 | 18 | 5D | 0 | 6 | 11C | 58 | 32 |
| Octal | 266 | 20 | 360 | 30 | 135 | 0 | 6 | 434 | 130 | 62 |
| Binary | 10110110 | 10000 | 11110000 | 11000 | 1011101 | 0 | 110 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B610F0
Complementary color
Monochromatic Colors of #B610F0
Black with #B610F0
Text Example
Text Example
White with #B610F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610F0; }
p { color: rgb(182,16,240); }
H1.HeaderClassName
{
color: #B610F0;
}
.AnyTagClassName
{
color: #B610F0;
}
</style>
background-color css
<style>
a { background-color: #B610F0; }
a { background-color: rgb(182,16,240); }
div.DivClassName
{
background-color: #B610F0;
}
.BgClassName
{
background-color: #B610F0;
}
</style>
border-color css
<style>
span { border-color: #B610F0; }
span { border-color: rgb(182,16,240); }
td.TdClassName
{
border-color: #B610F0;
}
.TagClassName
{
border-color: #B610F0;
}
</style>