Shades of Electric Purple #B61CE5
Tints of Electric Purple #B61CE5
RGB
CMYK
RGB Variations
Color information
#B61CE5 (or 0xB61CE5) is known color: Electric Purple. HEX triplet: B6, 1C and E5. RGB value is (182,28,229). Sum of RGB (Red+Green+Blue) = 182+28+229=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #B61CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CE5 is #49E31A. Grayscale: #606060. Windows color (decimal): -4842267 or 15015094. OLE color: 15015094.
HSL color Cylindrical-coordinate representation of color #B61CE5: hue angle of 285.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61CE5 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 28 | 229 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.10 |
| HSL | 285.97º | 0.79% | 0.5% | - |
| HSV(B) | 285.97º | 0.88% | 0.9% | - |
| XYZ | 33.85 | 16.43 | 75.52 | - |
| YUV | 96.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 229 | 0.21 | 0.88 | 0 | 0.10 | 285.97 | 0.79 | 0.5 |
| Hex | B6 | 1C | E5 | 15 | 58 | 0 | A | 11E | 4F | 32 |
| Octal | 266 | 34 | 345 | 25 | 130 | 0 | 12 | 436 | 117 | 62 |
| Binary | 10110110 | 11100 | 11100101 | 10101 | 1011000 | 0 | 1010 | 100011110 | 1001111 | 110010 |
Color Harmonies of #B61CE5
Complementary color
Monochromatic Colors of #B61CE5
Black with #B61CE5
Text Example
Text Example
White with #B61CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61CE5; }
p { color: rgb(182,28,229); }
H1.HeaderClassName
{
color: #B61CE5;
}
.AnyTagClassName
{
color: #B61CE5;
}
</style>
background-color css
<style>
a { background-color: #B61CE5; }
a { background-color: rgb(182,28,229); }
div.DivClassName
{
background-color: #B61CE5;
}
.BgClassName
{
background-color: #B61CE5;
}
</style>
border-color css
<style>
span { border-color: #B61CE5; }
span { border-color: rgb(182,28,229); }
td.TdClassName
{
border-color: #B61CE5;
}
.TagClassName
{
border-color: #B61CE5;
}
</style>