Shades of Electric Purple #B60CE5
Tints of Electric Purple #B60CE5
RGB
CMYK
RGB Variations
Color information
#B60CE5 (or 0xB60CE5) is known color: Electric Purple. HEX triplet: B6, 0C and E5. RGB value is (182,12,229). Sum of RGB (Red+Green+Blue) = 182+12+229=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #B60CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CE5 is #49F31A. Grayscale: #565656. Windows color (decimal): -4846363 or 15010998. OLE color: 15010998.
HSL color Cylindrical-coordinate representation of color #B60CE5: hue angle of 287º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CE5 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 12 | 229 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.10 |
| HSL | 287º | 0.9% | 0.47% | - |
| HSV(B) | 287º | 0.95% | 0.9% | - |
| XYZ | 33.57 | 15.87 | 75.42 | - |
| YUV | 87.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 229 | 0.21 | 0.95 | 0 | 0.10 | 287 | 0.9 | 0.47 |
| Hex | B6 | C | E5 | 15 | 5F | 0 | A | 11F | 5A | 2F |
| Octal | 266 | 14 | 345 | 25 | 137 | 0 | 12 | 437 | 132 | 57 |
| Binary | 10110110 | 1100 | 11100101 | 10101 | 1011111 | 0 | 1010 | 100011111 | 1011010 | 101111 |
Color Harmonies of #B60CE5
Complementary color
Monochromatic Colors of #B60CE5
Black with #B60CE5
Text Example
Text Example
White with #B60CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CE5; }
p { color: rgb(182,12,229); }
H1.HeaderClassName
{
color: #B60CE5;
}
.AnyTagClassName
{
color: #B60CE5;
}
</style>
background-color css
<style>
a { background-color: #B60CE5; }
a { background-color: rgb(182,12,229); }
div.DivClassName
{
background-color: #B60CE5;
}
.BgClassName
{
background-color: #B60CE5;
}
</style>
border-color css
<style>
span { border-color: #B60CE5; }
span { border-color: rgb(182,12,229); }
td.TdClassName
{
border-color: #B60CE5;
}
.TagClassName
{
border-color: #B60CE5;
}
</style>