Shades of Electric Purple #BB1AFC
Tints of Electric Purple #BB1AFC
RGB
CMYK
RGB Variations
Color information
#BB1AFC (or 0xBB1AFC) is known color: Electric Purple. HEX triplet: BB, 1A and FC. RGB value is (187,26,252). Sum of RGB (Red+Green+Blue) = 187+26+252=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB1AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AFC is #44E503. Grayscale: #636363. Windows color (decimal): -4515076 or 16521915. OLE color: 16521915.
HSL color Cylindrical-coordinate representation of color #BB1AFC: hue angle of 282.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1AFC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 26 | 252 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.01 |
| HSL | 282.74º | 0.97% | 0.55% | - |
| HSV(B) | 282.74º | 0.9% | 0.99% | - |
| XYZ | 38.43 | 18.33 | 93.61 | - |
| YUV | 99.9 | 213.84 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 252 | 0.26 | 0.90 | 0 | 0.01 | 282.74 | 0.97 | 0.55 |
| Hex | BB | 1A | FC | 1A | 5A | 0 | 1 | 11B | 61 | 37 |
| Octal | 273 | 32 | 374 | 32 | 132 | 0 | 1 | 433 | 141 | 67 |
| Binary | 10111011 | 11010 | 11111100 | 11010 | 1011010 | 0 | 1 | 100011011 | 1100001 | 110111 |
Color Harmonies of #BB1AFC
Complementary color
Monochromatic Colors of #BB1AFC
Black with #BB1AFC
Text Example
Text Example
White with #BB1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AFC; }
p { color: rgb(187,26,252); }
H1.HeaderClassName
{
color: #BB1AFC;
}
.AnyTagClassName
{
color: #BB1AFC;
}
</style>
background-color css
<style>
a { background-color: #BB1AFC; }
a { background-color: rgb(187,26,252); }
div.DivClassName
{
background-color: #BB1AFC;
}
.BgClassName
{
background-color: #BB1AFC;
}
</style>
border-color css
<style>
span { border-color: #BB1AFC; }
span { border-color: rgb(187,26,252); }
td.TdClassName
{
border-color: #BB1AFC;
}
.TagClassName
{
border-color: #BB1AFC;
}
</style>