Shades of Electric Purple #BB01ED
Tints of Electric Purple #BB01ED
RGB
CMYK
RGB Variations
Color information
#BB01ED (or 0xBB01ED) is known color: Electric Purple. HEX triplet: BB, 01 and ED. RGB value is (187,1,237). Sum of RGB (Red+Green+Blue) = 187+1+237=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01ED is #44FE12. Grayscale: #525252. Windows color (decimal): -4521491 or 15532475. OLE color: 15532475.
HSL color Cylindrical-coordinate representation of color #BB01ED: hue angle of 287.29º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01ED is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 1 | 237 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.07 |
| HSL | 287.29º | 0.99% | 0.47% | - |
| HSV(B) | 287.29º | 1% | 0.93% | - |
| XYZ | 35.79 | 16.7 | 81.46 | - |
| YUV | 83.52 | 214.62 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 237 | 0.21 | 1.00 | 0 | 0.07 | 287.29 | 0.99 | 0.47 |
| Hex | BB | 1 | ED | 15 | 64 | 0 | 7 | 11F | 63 | 2F |
| Octal | 273 | 1 | 355 | 25 | 144 | 0 | 7 | 437 | 143 | 57 |
| Binary | 10111011 | 1 | 11101101 | 10101 | 1100100 | 0 | 111 | 100011111 | 1100011 | 101111 |
Color Harmonies of #BB01ED
Complementary color
Monochromatic Colors of #BB01ED
Black with #BB01ED
Text Example
Text Example
White with #BB01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01ED; }
p { color: rgb(187,1,237); }
H1.HeaderClassName
{
color: #BB01ED;
}
.AnyTagClassName
{
color: #BB01ED;
}
</style>
background-color css
<style>
a { background-color: #BB01ED; }
a { background-color: rgb(187,1,237); }
div.DivClassName
{
background-color: #BB01ED;
}
.BgClassName
{
background-color: #BB01ED;
}
</style>
border-color css
<style>
span { border-color: #BB01ED; }
span { border-color: rgb(187,1,237); }
td.TdClassName
{
border-color: #BB01ED;
}
.TagClassName
{
border-color: #BB01ED;
}
</style>