Shades of Electric Purple #B619FD
Tints of Electric Purple #B619FD
RGB
CMYK
RGB Variations
Color information
#B619FD (or 0xB619FD) is known color: Electric Purple. HEX triplet: B6, 19 and FD. RGB value is (182,25,253). Sum of RGB (Red+Green+Blue) = 182+25+253=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #B619FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619FD is #49E602. Grayscale: #616161. Windows color (decimal): -4843011 or 16587190. OLE color: 16587190.
HSL color Cylindrical-coordinate representation of color #B619FD: hue angle of 281.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B619FD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 25 | 253 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.01 |
| HSL | 281.32º | 0.98% | 0.55% | - |
| HSV(B) | 281.32º | 0.9% | 0.99% | - |
| XYZ | 37.37 | 17.73 | 94.38 | - |
| YUV | 97.94 | 215.51 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 253 | 0.28 | 0.90 | 0 | 0.01 | 281.32 | 0.98 | 0.55 |
| Hex | B6 | 19 | FD | 1C | 5A | 0 | 1 | 119 | 62 | 37 |
| Octal | 266 | 31 | 375 | 34 | 132 | 0 | 1 | 431 | 142 | 67 |
| Binary | 10110110 | 11001 | 11111101 | 11100 | 1011010 | 0 | 1 | 100011001 | 1100010 | 110111 |
Color Harmonies of #B619FD
Complementary color
Monochromatic Colors of #B619FD
Black with #B619FD
Text Example
Text Example
White with #B619FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619FD; }
p { color: rgb(182,25,253); }
H1.HeaderClassName
{
color: #B619FD;
}
.AnyTagClassName
{
color: #B619FD;
}
</style>
background-color css
<style>
a { background-color: #B619FD; }
a { background-color: rgb(182,25,253); }
div.DivClassName
{
background-color: #B619FD;
}
.BgClassName
{
background-color: #B619FD;
}
</style>
border-color css
<style>
span { border-color: #B619FD; }
span { border-color: rgb(182,25,253); }
td.TdClassName
{
border-color: #B619FD;
}
.TagClassName
{
border-color: #B619FD;
}
</style>