Shades of Electric Purple #BB0CE5
Tints of Electric Purple #BB0CE5
RGB
CMYK
RGB Variations
Color information
#BB0CE5 (or 0xBB0CE5) is known color: Electric Purple. HEX triplet: BB, 0C and E5. RGB value is (187,12,229). Sum of RGB (Red+Green+Blue) = 187+12+229=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB0CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CE5 is #44F31A. Grayscale: #585858. Windows color (decimal): -4518683 or 15011003. OLE color: 15011003.
HSL color Cylindrical-coordinate representation of color #BB0CE5: hue angle of 288.39º 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 #BB0CE5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 12 | 229 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.10 |
| HSL | 288.39º | 0.9% | 0.47% | - |
| HSV(B) | 288.39º | 0.95% | 0.9% | - |
| XYZ | 34.77 | 16.48 | 75.48 | - |
| YUV | 89.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 229 | 0.18 | 0.95 | 0 | 0.10 | 288.39 | 0.9 | 0.47 |
| Hex | BB | C | E5 | 12 | 5F | 0 | A | 120 | 5A | 2F |
| Octal | 273 | 14 | 345 | 22 | 137 | 0 | 12 | 440 | 132 | 57 |
| Binary | 10111011 | 1100 | 11100101 | 10010 | 1011111 | 0 | 1010 | 100100000 | 1011010 | 101111 |
Color Harmonies of #BB0CE5
Complementary color
Monochromatic Colors of #BB0CE5
Black with #BB0CE5
Text Example
Text Example
White with #BB0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CE5; }
p { color: rgb(187,12,229); }
H1.HeaderClassName
{
color: #BB0CE5;
}
.AnyTagClassName
{
color: #BB0CE5;
}
</style>
background-color css
<style>
a { background-color: #BB0CE5; }
a { background-color: rgb(187,12,229); }
div.DivClassName
{
background-color: #BB0CE5;
}
.BgClassName
{
background-color: #BB0CE5;
}
</style>
border-color css
<style>
span { border-color: #BB0CE5; }
span { border-color: rgb(187,12,229); }
td.TdClassName
{
border-color: #BB0CE5;
}
.TagClassName
{
border-color: #BB0CE5;
}
</style>