Shades of Electric Purple #B917F4
Tints of Electric Purple #B917F4
RGB
CMYK
RGB Variations
Color information
#B917F4 (or 0xB917F4) is known color: Electric Purple. HEX triplet: B9, 17 and F4. RGB value is (185,23,244). Sum of RGB (Red+Green+Blue) = 185+23+244=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #B917F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917F4 is #46E80B. Grayscale: #5F5F5F. Windows color (decimal): -4646924 or 15996857. OLE color: 15996857.
HSL color Cylindrical-coordinate representation of color #B917F4: hue angle of 283.98º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B917F4 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 23 | 244 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.04 |
| HSL | 283.98º | 0.91% | 0.52% | - |
| HSV(B) | 283.98º | 0.91% | 0.96% | - |
| XYZ | 36.64 | 17.46 | 87.03 | - |
| YUV | 96.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 244 | 0.24 | 0.91 | 0 | 0.04 | 283.98 | 0.91 | 0.52 |
| Hex | B9 | 17 | F4 | 18 | 5B | 0 | 4 | 11C | 5B | 34 |
| Octal | 271 | 27 | 364 | 30 | 133 | 0 | 4 | 434 | 133 | 64 |
| Binary | 10111001 | 10111 | 11110100 | 11000 | 1011011 | 0 | 100 | 100011100 | 1011011 | 110100 |
Color Harmonies of #B917F4
Complementary color
Monochromatic Colors of #B917F4
Black with #B917F4
Text Example
Text Example
White with #B917F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917F4; }
p { color: rgb(185,23,244); }
H1.HeaderClassName
{
color: #B917F4;
}
.AnyTagClassName
{
color: #B917F4;
}
</style>
background-color css
<style>
a { background-color: #B917F4; }
a { background-color: rgb(185,23,244); }
div.DivClassName
{
background-color: #B917F4;
}
.BgClassName
{
background-color: #B917F4;
}
</style>
border-color css
<style>
span { border-color: #B917F4; }
span { border-color: rgb(185,23,244); }
td.TdClassName
{
border-color: #B917F4;
}
.TagClassName
{
border-color: #B917F4;
}
</style>