Shades of Electric Purple #B60CE2
Tints of Electric Purple #B60CE2
RGB
CMYK
RGB Variations
Color information
#B60CE2 (or 0xB60CE2) is known color: Electric Purple. HEX triplet: B6, 0C and E2. RGB value is (182,12,226). Sum of RGB (Red+Green+Blue) = 182+12+226=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #B60CE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CE2 is #49F31D. Grayscale: #565656. Windows color (decimal): -4846366 or 14814390. OLE color: 14814390.
HSL color Cylindrical-coordinate representation of color #B60CE2: hue angle of 287.66º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CE2 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 12 | 226 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.11 |
| HSL | 287.66º | 0.9% | 0.47% | - |
| HSV(B) | 287.66º | 0.95% | 0.89% | - |
| XYZ | 33.15 | 15.7 | 73.23 | - |
| YUV | 87.23 | 206.32 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 226 | 0.19 | 0.95 | 0 | 0.11 | 287.66 | 0.9 | 0.47 |
| Hex | B6 | C | E2 | 13 | 5F | 0 | B | 120 | 5A | 2F |
| Octal | 266 | 14 | 342 | 23 | 137 | 0 | 13 | 440 | 132 | 57 |
| Binary | 10110110 | 1100 | 11100010 | 10011 | 1011111 | 0 | 1011 | 100100000 | 1011010 | 101111 |
Color Harmonies of #B60CE2
Complementary color
Monochromatic Colors of #B60CE2
Black with #B60CE2
Text Example
Text Example
White with #B60CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CE2; }
p { color: rgb(182,12,226); }
H1.HeaderClassName
{
color: #B60CE2;
}
.AnyTagClassName
{
color: #B60CE2;
}
</style>
background-color css
<style>
a { background-color: #B60CE2; }
a { background-color: rgb(182,12,226); }
div.DivClassName
{
background-color: #B60CE2;
}
.BgClassName
{
background-color: #B60CE2;
}
</style>
border-color css
<style>
span { border-color: #B60CE2; }
span { border-color: rgb(182,12,226); }
td.TdClassName
{
border-color: #B60CE2;
}
.TagClassName
{
border-color: #B60CE2;
}
</style>