Shades of Electric Purple #B619FC
Tints of Electric Purple #B619FC
RGB
CMYK
RGB Variations
Color information
#B619FC (or 0xB619FC) is known color: Electric Purple. HEX triplet: B6, 19 and FC. RGB value is (182,25,252). Sum of RGB (Red+Green+Blue) = 182+25+252=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #B619FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619FC is #49E603. Grayscale: #616161. Windows color (decimal): -4843012 or 16521654. OLE color: 16521654.
HSL color Cylindrical-coordinate representation of color #B619FC: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B619FC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 25 | 252 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.01 |
| HSL | 281.5º | 0.97% | 0.54% | - |
| HSV(B) | 281.5º | 0.9% | 0.99% | - |
| XYZ | 37.21 | 17.67 | 93.54 | - |
| YUV | 97.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 252 | 0.28 | 0.90 | 0 | 0.01 | 281.5 | 0.97 | 0.54 |
| Hex | B6 | 19 | FC | 1C | 5A | 0 | 1 | 119 | 61 | 36 |
| Octal | 266 | 31 | 374 | 34 | 132 | 0 | 1 | 431 | 141 | 66 |
| Binary | 10110110 | 11001 | 11111100 | 11100 | 1011010 | 0 | 1 | 100011001 | 1100001 | 110110 |
Color Harmonies of #B619FC
Complementary color
Monochromatic Colors of #B619FC
Black with #B619FC
Text Example
Text Example
White with #B619FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619FC; }
p { color: rgb(182,25,252); }
H1.HeaderClassName
{
color: #B619FC;
}
.AnyTagClassName
{
color: #B619FC;
}
</style>
background-color css
<style>
a { background-color: #B619FC; }
a { background-color: rgb(182,25,252); }
div.DivClassName
{
background-color: #B619FC;
}
.BgClassName
{
background-color: #B619FC;
}
</style>
border-color css
<style>
span { border-color: #B619FC; }
span { border-color: rgb(182,25,252); }
td.TdClassName
{
border-color: #B619FC;
}
.TagClassName
{
border-color: #B619FC;
}
</style>