Shades of Electric Purple #B019FF
Tints of Electric Purple #B019FF
RGB
CMYK
RGB Variations
Color information
#B019FF (or 0xB019FF) is known color: Electric Purple. HEX triplet: B0, 19 and FF. RGB value is (176,25,255). Sum of RGB (Red+Green+Blue) = 176+25+255=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B019FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019FF is #4FE600. Grayscale: #5F5F5F. Windows color (decimal): -5236225 or 16718256. OLE color: 16718256.
HSL color Cylindrical-coordinate representation of color #B019FF: hue angle of 279.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B019FF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 25 | 255 | - |
| CMYK | 0.31 | 0.90 | 0 | 0 |
| HSL | 279.39º | 1% | 0.55% | - |
| HSV(B) | 279.39º | 0.9% | 1% | - |
| XYZ | 36.3 | 17.15 | 96 | - |
| YUV | 96.37 | 217.53 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 255 | 0.31 | 0.90 | 0 | 0 | 279.39 | 1 | 0.55 |
| Hex | B0 | 19 | FF | 1F | 5A | 0 | 0 | 117 | 64 | 37 |
| Octal | 260 | 31 | 377 | 37 | 132 | 0 | 0 | 427 | 144 | 67 |
| Binary | 10110000 | 11001 | 11111111 | 11111 | 1011010 | 0 | 0 | 100010111 | 1100100 | 110111 |
Color Harmonies of #B019FF
Complementary color
Monochromatic Colors of #B019FF
Black with #B019FF
Text Example
Text Example
White with #B019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019FF; }
p { color: rgb(176,25,255); }
H1.HeaderClassName
{
color: #B019FF;
}
.AnyTagClassName
{
color: #B019FF;
}
</style>
background-color css
<style>
a { background-color: #B019FF; }
a { background-color: rgb(176,25,255); }
div.DivClassName
{
background-color: #B019FF;
}
.BgClassName
{
background-color: #B019FF;
}
</style>
border-color css
<style>
span { border-color: #B019FF; }
span { border-color: rgb(176,25,255); }
td.TdClassName
{
border-color: #B019FF;
}
.TagClassName
{
border-color: #B019FF;
}
</style>