Shades of Electric Purple #B817FC
Tints of Electric Purple #B817FC
RGB
CMYK
RGB Variations
Color information
#B817FC (or 0xB817FC) is known color: Electric Purple. HEX triplet: B8, 17 and FC. RGB value is (184,23,252). Sum of RGB (Red+Green+Blue) = 184+23+252=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #B817FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B817FC is #47E803. Grayscale: #606060. Windows color (decimal): -4712452 or 16521144. OLE color: 16521144.
HSL color Cylindrical-coordinate representation of color #B817FC: hue angle of 282.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B817FC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 23 | 252 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.01 |
| HSL | 282.18º | 0.97% | 0.54% | - |
| HSV(B) | 282.18º | 0.91% | 0.99% | - |
| XYZ | 37.64 | 17.83 | 93.55 | - |
| YUV | 97.25 | 215.34 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 252 | 0.27 | 0.91 | 0 | 0.01 | 282.18 | 0.97 | 0.54 |
| Hex | B8 | 17 | FC | 1B | 5B | 0 | 1 | 11A | 61 | 36 |
| Octal | 270 | 27 | 374 | 33 | 133 | 0 | 1 | 432 | 141 | 66 |
| Binary | 10111000 | 10111 | 11111100 | 11011 | 1011011 | 0 | 1 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B817FC
Complementary color
Monochromatic Colors of #B817FC
Black with #B817FC
Text Example
Text Example
White with #B817FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817FC; }
p { color: rgb(184,23,252); }
H1.HeaderClassName
{
color: #B817FC;
}
.AnyTagClassName
{
color: #B817FC;
}
</style>
background-color css
<style>
a { background-color: #B817FC; }
a { background-color: rgb(184,23,252); }
div.DivClassName
{
background-color: #B817FC;
}
.BgClassName
{
background-color: #B817FC;
}
</style>
border-color css
<style>
span { border-color: #B817FC; }
span { border-color: rgb(184,23,252); }
td.TdClassName
{
border-color: #B817FC;
}
.TagClassName
{
border-color: #B817FC;
}
</style>