Shades of Electric Purple #BB1DED
Tints of Electric Purple #BB1DED
RGB
CMYK
RGB Variations
Color information
#BB1DED (or 0xBB1DED) is known color: Electric Purple. HEX triplet: BB, 1D and ED. RGB value is (187,29,237). Sum of RGB (Red+Green+Blue) = 187+29+237=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DED is #44E212. Grayscale: #636363. Windows color (decimal): -4514323 or 15539643. OLE color: 15539643.
HSL color Cylindrical-coordinate representation of color #BB1DED: hue angle of 285.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1DED is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 29 | 237 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.07 |
| HSL | 285.58º | 0.85% | 0.52% | - |
| HSV(B) | 285.58º | 0.88% | 0.93% | - |
| XYZ | 36.22 | 17.56 | 81.6 | - |
| YUV | 99.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 237 | 0.21 | 0.88 | 0 | 0.07 | 285.58 | 0.85 | 0.52 |
| Hex | BB | 1D | ED | 15 | 58 | 0 | 7 | 11E | 55 | 34 |
| Octal | 273 | 35 | 355 | 25 | 130 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111011 | 11101 | 11101101 | 10101 | 1011000 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BB1DED
Complementary color
Monochromatic Colors of #BB1DED
Black with #BB1DED
Text Example
Text Example
White with #BB1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DED; }
p { color: rgb(187,29,237); }
H1.HeaderClassName
{
color: #BB1DED;
}
.AnyTagClassName
{
color: #BB1DED;
}
</style>
background-color css
<style>
a { background-color: #BB1DED; }
a { background-color: rgb(187,29,237); }
div.DivClassName
{
background-color: #BB1DED;
}
.BgClassName
{
background-color: #BB1DED;
}
</style>
border-color css
<style>
span { border-color: #BB1DED; }
span { border-color: rgb(187,29,237); }
td.TdClassName
{
border-color: #BB1DED;
}
.TagClassName
{
border-color: #BB1DED;
}
</style>