Shades of Electric Purple #B919F3
Tints of Electric Purple #B919F3
RGB
CMYK
RGB Variations
Color information
#B919F3 (or 0xB919F3) is known color: Electric Purple. HEX triplet: B9, 19 and F3. RGB value is (185,25,243). Sum of RGB (Red+Green+Blue) = 185+25+243=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #B919F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919F3 is #46E60C. Grayscale: #606060. Windows color (decimal): -4646413 or 15931833. OLE color: 15931833.
HSL color Cylindrical-coordinate representation of color #B919F3: hue angle of 284.04º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B919F3 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 25 | 243 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.05 |
| HSL | 284.04º | 0.9% | 0.53% | - |
| HSV(B) | 284.04º | 0.9% | 0.95% | - |
| XYZ | 36.53 | 17.48 | 86.24 | - |
| YUV | 97.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 243 | 0.24 | 0.90 | 0 | 0.05 | 284.04 | 0.9 | 0.53 |
| Hex | B9 | 19 | F3 | 18 | 5A | 0 | 5 | 11C | 5A | 35 |
| Octal | 271 | 31 | 363 | 30 | 132 | 0 | 5 | 434 | 132 | 65 |
| Binary | 10111001 | 11001 | 11110011 | 11000 | 1011010 | 0 | 101 | 100011100 | 1011010 | 110101 |
Color Harmonies of #B919F3
Complementary color
Monochromatic Colors of #B919F3
Black with #B919F3
Text Example
Text Example
White with #B919F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919F3; }
p { color: rgb(185,25,243); }
H1.HeaderClassName
{
color: #B919F3;
}
.AnyTagClassName
{
color: #B919F3;
}
</style>
background-color css
<style>
a { background-color: #B919F3; }
a { background-color: rgb(185,25,243); }
div.DivClassName
{
background-color: #B919F3;
}
.BgClassName
{
background-color: #B919F3;
}
</style>
border-color css
<style>
span { border-color: #B919F3; }
span { border-color: rgb(185,25,243); }
td.TdClassName
{
border-color: #B919F3;
}
.TagClassName
{
border-color: #B919F3;
}
</style>