Shades of Electric Purple #BB1CFA
Tints of Electric Purple #BB1CFA
RGB
CMYK
RGB Variations
Color information
#BB1CFA (or 0xBB1CFA) is known color: Electric Purple. HEX triplet: BB, 1C and FA. RGB value is (187,28,250). Sum of RGB (Red+Green+Blue) = 187+28+250=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CFA is #44E305. Grayscale: #646464. Windows color (decimal): -4514566 or 16391355. OLE color: 16391355.
HSL color Cylindrical-coordinate representation of color #BB1CFA: hue angle of 282.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1CFA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 28 | 250 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.02 |
| HSL | 282.97º | 0.96% | 0.55% | - |
| HSV(B) | 282.97º | 0.89% | 0.98% | - |
| XYZ | 38.16 | 18.3 | 91.96 | - |
| YUV | 100.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 250 | 0.25 | 0.89 | 0 | 0.02 | 282.97 | 0.96 | 0.55 |
| Hex | BB | 1C | FA | 19 | 59 | 0 | 2 | 11B | 60 | 37 |
| Octal | 273 | 34 | 372 | 31 | 131 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111011 | 11100 | 11111010 | 11001 | 1011001 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BB1CFA
Complementary color
Monochromatic Colors of #BB1CFA
Black with #BB1CFA
Text Example
Text Example
White with #BB1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CFA; }
p { color: rgb(187,28,250); }
H1.HeaderClassName
{
color: #BB1CFA;
}
.AnyTagClassName
{
color: #BB1CFA;
}
</style>
background-color css
<style>
a { background-color: #BB1CFA; }
a { background-color: rgb(187,28,250); }
div.DivClassName
{
background-color: #BB1CFA;
}
.BgClassName
{
background-color: #BB1CFA;
}
</style>
border-color css
<style>
span { border-color: #BB1CFA; }
span { border-color: rgb(187,28,250); }
td.TdClassName
{
border-color: #BB1CFA;
}
.TagClassName
{
border-color: #BB1CFA;
}
</style>