Shades of Electric Purple #B919FD
Tints of Electric Purple #B919FD
RGB
CMYK
RGB Variations
Color information
#B919FD (or 0xB919FD) is known color: Electric Purple. HEX triplet: B9, 19 and FD. RGB value is (185,25,253). Sum of RGB (Red+Green+Blue) = 185+25+253=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B919FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919FD is #46E602. Grayscale: #626262. Windows color (decimal): -4646403 or 16587193. OLE color: 16587193.
HSL color Cylindrical-coordinate representation of color #B919FD: hue angle of 282.11º 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 #B919FD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 25 | 253 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.01 |
| HSL | 282.11º | 0.98% | 0.55% | - |
| HSV(B) | 282.11º | 0.9% | 0.99% | - |
| XYZ | 38.08 | 18.1 | 94.42 | - |
| YUV | 98.83 | 215.01 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 253 | 0.27 | 0.90 | 0 | 0.01 | 282.11 | 0.98 | 0.55 |
| Hex | B9 | 19 | FD | 1B | 5A | 0 | 1 | 11A | 62 | 37 |
| Octal | 271 | 31 | 375 | 33 | 132 | 0 | 1 | 432 | 142 | 67 |
| Binary | 10111001 | 11001 | 11111101 | 11011 | 1011010 | 0 | 1 | 100011010 | 1100010 | 110111 |
Color Harmonies of #B919FD
Complementary color
Monochromatic Colors of #B919FD
Black with #B919FD
Text Example
Text Example
White with #B919FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919FD; }
p { color: rgb(185,25,253); }
H1.HeaderClassName
{
color: #B919FD;
}
.AnyTagClassName
{
color: #B919FD;
}
</style>
background-color css
<style>
a { background-color: #B919FD; }
a { background-color: rgb(185,25,253); }
div.DivClassName
{
background-color: #B919FD;
}
.BgClassName
{
background-color: #B919FD;
}
</style>
border-color css
<style>
span { border-color: #B919FD; }
span { border-color: rgb(185,25,253); }
td.TdClassName
{
border-color: #B919FD;
}
.TagClassName
{
border-color: #B919FD;
}
</style>