Shades of Electric Purple #B621F0
Tints of Electric Purple #B621F0
RGB
CMYK
RGB Variations
Color information
#B621F0 (or 0xB621F0) is known color: Electric Purple. HEX triplet: B6, 21 and F0. RGB value is (182,33,240). Sum of RGB (Red+Green+Blue) = 182+33+240=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #B621F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621F0 is #49DE0F. Grayscale: #646464. Windows color (decimal): -4840976 or 15737270. OLE color: 15737270.
HSL color Cylindrical-coordinate representation of color #B621F0: hue angle of 283.19º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B621F0 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 33 | 240 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.06 |
| HSL | 283.19º | 0.87% | 0.54% | - |
| HSV(B) | 283.19º | 0.86% | 0.94% | - |
| XYZ | 35.56 | 17.32 | 83.91 | - |
| YUV | 101.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 240 | 0.24 | 0.86 | 0 | 0.06 | 283.19 | 0.87 | 0.54 |
| Hex | B6 | 21 | F0 | 18 | 56 | 0 | 6 | 11B | 57 | 36 |
| Octal | 266 | 41 | 360 | 30 | 126 | 0 | 6 | 433 | 127 | 66 |
| Binary | 10110110 | 100001 | 11110000 | 11000 | 1010110 | 0 | 110 | 100011011 | 1010111 | 110110 |
Color Harmonies of #B621F0
Complementary color
Monochromatic Colors of #B621F0
Black with #B621F0
Text Example
Text Example
White with #B621F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621F0; }
p { color: rgb(182,33,240); }
H1.HeaderClassName
{
color: #B621F0;
}
.AnyTagClassName
{
color: #B621F0;
}
</style>
background-color css
<style>
a { background-color: #B621F0; }
a { background-color: rgb(182,33,240); }
div.DivClassName
{
background-color: #B621F0;
}
.BgClassName
{
background-color: #B621F0;
}
</style>
border-color css
<style>
span { border-color: #B621F0; }
span { border-color: rgb(182,33,240); }
td.TdClassName
{
border-color: #B621F0;
}
.TagClassName
{
border-color: #B621F0;
}
</style>