Shades of Electric Purple #BB1AF4
Tints of Electric Purple #BB1AF4
RGB
CMYK
RGB Variations
Color information
#BB1AF4 (or 0xBB1AF4) is known color: Electric Purple. HEX triplet: BB, 1A and F4. RGB value is (187,26,244). Sum of RGB (Red+Green+Blue) = 187+26+244=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB1AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AF4 is #44E50B. Grayscale: #626262. Windows color (decimal): -4515084 or 15997627. OLE color: 15997627.
HSL color Cylindrical-coordinate representation of color #BB1AF4: hue angle of 284.31º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1AF4 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 26 | 244 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.04 |
| HSL | 284.31º | 0.91% | 0.53% | - |
| HSV(B) | 284.31º | 0.89% | 0.96% | - |
| XYZ | 37.19 | 17.84 | 87.07 | - |
| YUV | 98.99 | 209.84 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 244 | 0.23 | 0.89 | 0 | 0.04 | 284.31 | 0.91 | 0.53 |
| Hex | BB | 1A | F4 | 17 | 59 | 0 | 4 | 11C | 5B | 35 |
| Octal | 273 | 32 | 364 | 27 | 131 | 0 | 4 | 434 | 133 | 65 |
| Binary | 10111011 | 11010 | 11110100 | 10111 | 1011001 | 0 | 100 | 100011100 | 1011011 | 110101 |
Color Harmonies of #BB1AF4
Complementary color
Monochromatic Colors of #BB1AF4
Black with #BB1AF4
Text Example
Text Example
White with #BB1AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AF4; }
p { color: rgb(187,26,244); }
H1.HeaderClassName
{
color: #BB1AF4;
}
.AnyTagClassName
{
color: #BB1AF4;
}
</style>
background-color css
<style>
a { background-color: #BB1AF4; }
a { background-color: rgb(187,26,244); }
div.DivClassName
{
background-color: #BB1AF4;
}
.BgClassName
{
background-color: #BB1AF4;
}
</style>
border-color css
<style>
span { border-color: #BB1AF4; }
span { border-color: rgb(187,26,244); }
td.TdClassName
{
border-color: #BB1AF4;
}
.TagClassName
{
border-color: #BB1AF4;
}
</style>