Shades of Electric Purple #BB2FF4
Tints of Electric Purple #BB2FF4
RGB
CMYK
RGB Variations
Color information
#BB2FF4 (or 0xBB2FF4) is known color: Electric Purple. HEX triplet: BB, 2F and F4. RGB value is (187,47,244). Sum of RGB (Red+Green+Blue) = 187+47+244=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB2FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FF4 is #44D00B. Grayscale: #6E6E6E. Windows color (decimal): -4509708 or 16003003. OLE color: 16003003.
HSL color Cylindrical-coordinate representation of color #BB2FF4: hue angle of 282.64º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2FF4 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 47 | 244 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.04 |
| HSL | 282.64º | 0.9% | 0.57% | - |
| HSV(B) | 282.64º | 0.81% | 0.96% | - |
| XYZ | 37.84 | 19.13 | 87.29 | - |
| YUV | 111.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 244 | 0.23 | 0.81 | 0 | 0.04 | 282.64 | 0.9 | 0.57 |
| Hex | BB | 2F | F4 | 17 | 51 | 0 | 4 | 11B | 5A | 39 |
| Octal | 273 | 57 | 364 | 27 | 121 | 0 | 4 | 433 | 132 | 71 |
| Binary | 10111011 | 101111 | 11110100 | 10111 | 1010001 | 0 | 100 | 100011011 | 1011010 | 111001 |
Color Harmonies of #BB2FF4
Complementary color
Monochromatic Colors of #BB2FF4
Black with #BB2FF4
Text Example
Text Example
White with #BB2FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FF4; }
p { color: rgb(187,47,244); }
H1.HeaderClassName
{
color: #BB2FF4;
}
.AnyTagClassName
{
color: #BB2FF4;
}
</style>
background-color css
<style>
a { background-color: #BB2FF4; }
a { background-color: rgb(187,47,244); }
div.DivClassName
{
background-color: #BB2FF4;
}
.BgClassName
{
background-color: #BB2FF4;
}
</style>
border-color css
<style>
span { border-color: #BB2FF4; }
span { border-color: rgb(187,47,244); }
td.TdClassName
{
border-color: #BB2FF4;
}
.TagClassName
{
border-color: #BB2FF4;
}
</style>