Shades of Electric Purple #B816F3
Tints of Electric Purple #B816F3
RGB
CMYK
RGB Variations
Color information
#B816F3 (or 0xB816F3) is known color: Electric Purple. HEX triplet: B8, 16 and F3. RGB value is (184,22,243). Sum of RGB (Red+Green+Blue) = 184+22+243=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #B816F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B816F3 is #47E90C. Grayscale: #5E5E5E. Windows color (decimal): -4712717 or 15931064. OLE color: 15931064.
HSL color Cylindrical-coordinate representation of color #B816F3: hue angle of 283.98º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B816F3 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 22 | 243 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.05 |
| HSL | 283.98º | 0.9% | 0.52% | - |
| HSV(B) | 283.98º | 0.91% | 0.95% | - |
| XYZ | 36.23 | 17.24 | 86.21 | - |
| YUV | 95.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 243 | 0.24 | 0.91 | 0 | 0.05 | 283.98 | 0.9 | 0.52 |
| Hex | B8 | 16 | F3 | 18 | 5B | 0 | 5 | 11C | 5A | 34 |
| Octal | 270 | 26 | 363 | 30 | 133 | 0 | 5 | 434 | 132 | 64 |
| Binary | 10111000 | 10110 | 11110011 | 11000 | 1011011 | 0 | 101 | 100011100 | 1011010 | 110100 |
Color Harmonies of #B816F3
Complementary color
Monochromatic Colors of #B816F3
Black with #B816F3
Text Example
Text Example
White with #B816F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816F3; }
p { color: rgb(184,22,243); }
H1.HeaderClassName
{
color: #B816F3;
}
.AnyTagClassName
{
color: #B816F3;
}
</style>
background-color css
<style>
a { background-color: #B816F3; }
a { background-color: rgb(184,22,243); }
div.DivClassName
{
background-color: #B816F3;
}
.BgClassName
{
background-color: #B816F3;
}
</style>
border-color css
<style>
span { border-color: #B816F3; }
span { border-color: rgb(184,22,243); }
td.TdClassName
{
border-color: #B816F3;
}
.TagClassName
{
border-color: #B816F3;
}
</style>