Shades of Electric Purple #BB2FF2
Tints of Electric Purple #BB2FF2
RGB
CMYK
RGB Variations
Color information
#BB2FF2 (or 0xBB2FF2) is known color: Electric Purple. HEX triplet: BB, 2F and F2. RGB value is (187,47,242). Sum of RGB (Red+Green+Blue) = 187+47+242=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FF2 is #44D00D. Grayscale: #6E6E6E. Windows color (decimal): -4509710 or 15871931. OLE color: 15871931.
HSL color Cylindrical-coordinate representation of color #BB2FF2: hue angle of 283.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2FF2 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 47 | 242 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.05 |
| HSL | 283.08º | 0.88% | 0.57% | - |
| HSV(B) | 283.08º | 0.81% | 0.95% | - |
| XYZ | 37.54 | 19.01 | 85.7 | - |
| YUV | 111.09 | 201.88 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 242 | 0.23 | 0.81 | 0 | 0.05 | 283.08 | 0.88 | 0.57 |
| Hex | BB | 2F | F2 | 17 | 51 | 0 | 5 | 11B | 58 | 39 |
| Octal | 273 | 57 | 362 | 27 | 121 | 0 | 5 | 433 | 130 | 71 |
| Binary | 10111011 | 101111 | 11110010 | 10111 | 1010001 | 0 | 101 | 100011011 | 1011000 | 111001 |
Color Harmonies of #BB2FF2
Complementary color
Monochromatic Colors of #BB2FF2
Black with #BB2FF2
Text Example
Text Example
White with #BB2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FF2; }
p { color: rgb(187,47,242); }
H1.HeaderClassName
{
color: #BB2FF2;
}
.AnyTagClassName
{
color: #BB2FF2;
}
</style>
background-color css
<style>
a { background-color: #BB2FF2; }
a { background-color: rgb(187,47,242); }
div.DivClassName
{
background-color: #BB2FF2;
}
.BgClassName
{
background-color: #BB2FF2;
}
</style>
border-color css
<style>
span { border-color: #BB2FF2; }
span { border-color: rgb(187,47,242); }
td.TdClassName
{
border-color: #BB2FF2;
}
.TagClassName
{
border-color: #BB2FF2;
}
</style>