Shades of Electric Purple #BB1AFD
Tints of Electric Purple #BB1AFD
RGB
CMYK
RGB Variations
Color information
#BB1AFD (or 0xBB1AFD) is known color: Electric Purple. HEX triplet: BB, 1A and FD. RGB value is (187,26,253). Sum of RGB (Red+Green+Blue) = 187+26+253=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB1AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AFD is #44E502. Grayscale: #636363. Windows color (decimal): -4515075 or 16587451. OLE color: 16587451.
HSL color Cylindrical-coordinate representation of color #BB1AFD: hue angle of 282.56º degrees, saturation: 0.98, 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 #BB1AFD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 26 | 253 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.01 |
| HSL | 282.56º | 0.98% | 0.55% | - |
| HSV(B) | 282.56º | 0.9% | 0.99% | - |
| XYZ | 38.59 | 18.4 | 94.45 | - |
| YUV | 100.02 | 214.34 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 253 | 0.26 | 0.90 | 0 | 0.01 | 282.56 | 0.98 | 0.55 |
| Hex | BB | 1A | FD | 1A | 5A | 0 | 1 | 11B | 62 | 37 |
| Octal | 273 | 32 | 375 | 32 | 132 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111011 | 11010 | 11111101 | 11010 | 1011010 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BB1AFD
Complementary color
Monochromatic Colors of #BB1AFD
Black with #BB1AFD
Text Example
Text Example
White with #BB1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AFD; }
p { color: rgb(187,26,253); }
H1.HeaderClassName
{
color: #BB1AFD;
}
.AnyTagClassName
{
color: #BB1AFD;
}
</style>
background-color css
<style>
a { background-color: #BB1AFD; }
a { background-color: rgb(187,26,253); }
div.DivClassName
{
background-color: #BB1AFD;
}
.BgClassName
{
background-color: #BB1AFD;
}
</style>
border-color css
<style>
span { border-color: #BB1AFD; }
span { border-color: rgb(187,26,253); }
td.TdClassName
{
border-color: #BB1AFD;
}
.TagClassName
{
border-color: #BB1AFD;
}
</style>