Shades of Electric Purple #B812F6
Tints of Electric Purple #B812F6
RGB
CMYK
RGB Variations
Color information
#B812F6 (or 0xB812F6) is known color: Electric Purple. HEX triplet: B8, 12 and F6. RGB value is (184,18,246). Sum of RGB (Red+Green+Blue) = 184+18+246=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #B812F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B812F6 is #47ED09. Grayscale: #5C5C5C. Windows color (decimal): -4713738 or 16126648. OLE color: 16126648.
HSL color Cylindrical-coordinate representation of color #B812F6: hue angle of 283.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B812F6 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 18 | 246 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.04 |
| HSL | 283.68º | 0.93% | 0.52% | - |
| HSV(B) | 283.68º | 0.93% | 0.96% | - |
| XYZ | 36.62 | 17.28 | 88.59 | - |
| YUV | 93.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 246 | 0.25 | 0.93 | 0 | 0.04 | 283.68 | 0.93 | 0.52 |
| Hex | B8 | 12 | F6 | 19 | 5D | 0 | 4 | 11C | 5D | 34 |
| Octal | 270 | 22 | 366 | 31 | 135 | 0 | 4 | 434 | 135 | 64 |
| Binary | 10111000 | 10010 | 11110110 | 11001 | 1011101 | 0 | 100 | 100011100 | 1011101 | 110100 |
Color Harmonies of #B812F6
Complementary color
Monochromatic Colors of #B812F6
Black with #B812F6
Text Example
Text Example
White with #B812F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812F6; }
p { color: rgb(184,18,246); }
H1.HeaderClassName
{
color: #B812F6;
}
.AnyTagClassName
{
color: #B812F6;
}
</style>
background-color css
<style>
a { background-color: #B812F6; }
a { background-color: rgb(184,18,246); }
div.DivClassName
{
background-color: #B812F6;
}
.BgClassName
{
background-color: #B812F6;
}
</style>
border-color css
<style>
span { border-color: #B812F6; }
span { border-color: rgb(184,18,246); }
td.TdClassName
{
border-color: #B812F6;
}
.TagClassName
{
border-color: #B812F6;
}
</style>