Shades of Electric Purple #B616F3
Tints of Electric Purple #B616F3
RGB
CMYK
RGB Variations
Color information
#B616F3 (or 0xB616F3) is known color: Electric Purple. HEX triplet: B6, 16 and F3. RGB value is (182,22,243). Sum of RGB (Red+Green+Blue) = 182+22+243=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #B616F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F3 is #49E90C. Grayscale: #5E5E5E. Windows color (decimal): -4843789 or 15931062. OLE color: 15931062.
HSL color Cylindrical-coordinate representation of color #B616F3: hue angle of 283.44º 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 #B616F3 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 22 | 243 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.05 |
| HSL | 283.44º | 0.9% | 0.52% | - |
| HSV(B) | 283.44º | 0.91% | 0.95% | - |
| XYZ | 35.76 | 16.99 | 86.19 | - |
| YUV | 95.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 243 | 0.25 | 0.91 | 0 | 0.05 | 283.44 | 0.9 | 0.52 |
| Hex | B6 | 16 | F3 | 19 | 5B | 0 | 5 | 11B | 5A | 34 |
| Octal | 266 | 26 | 363 | 31 | 133 | 0 | 5 | 433 | 132 | 64 |
| Binary | 10110110 | 10110 | 11110011 | 11001 | 1011011 | 0 | 101 | 100011011 | 1011010 | 110100 |
Color Harmonies of #B616F3
Complementary color
Monochromatic Colors of #B616F3
Black with #B616F3
Text Example
Text Example
White with #B616F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616F3; }
p { color: rgb(182,22,243); }
H1.HeaderClassName
{
color: #B616F3;
}
.AnyTagClassName
{
color: #B616F3;
}
</style>
background-color css
<style>
a { background-color: #B616F3; }
a { background-color: rgb(182,22,243); }
div.DivClassName
{
background-color: #B616F3;
}
.BgClassName
{
background-color: #B616F3;
}
</style>
border-color css
<style>
span { border-color: #B616F3; }
span { border-color: rgb(182,22,243); }
td.TdClassName
{
border-color: #B616F3;
}
.TagClassName
{
border-color: #B616F3;
}
</style>