Shades of Electric Purple #BB2CF9
Tints of Electric Purple #BB2CF9
RGB
CMYK
RGB Variations
Color information
#BB2CF9 (or 0xBB2CF9) is known color: Electric Purple. HEX triplet: BB, 2C and F9. RGB value is (187,44,249). Sum of RGB (Red+Green+Blue) = 187+44+249=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CF9 is #44D306. Grayscale: #6D6D6D. Windows color (decimal): -4510471 or 16329915. OLE color: 16329915.
HSL color Cylindrical-coordinate representation of color #BB2CF9: hue angle of 281.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2CF9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 44 | 249 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.85º | 0.94% | 0.57% | - |
| HSV(B) | 281.85º | 0.82% | 0.98% | - |
| XYZ | 38.49 | 19.21 | 91.3 | - |
| YUV | 110.13 | 206.38 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 249 | 0.25 | 0.82 | 0 | 0.02 | 281.85 | 0.94 | 0.57 |
| Hex | BB | 2C | F9 | 19 | 52 | 0 | 2 | 11A | 5E | 39 |
| Octal | 273 | 54 | 371 | 31 | 122 | 0 | 2 | 432 | 136 | 71 |
| Binary | 10111011 | 101100 | 11111001 | 11001 | 1010010 | 0 | 10 | 100011010 | 1011110 | 111001 |
Color Harmonies of #BB2CF9
Complementary color
Monochromatic Colors of #BB2CF9
Black with #BB2CF9
Text Example
Text Example
White with #BB2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CF9; }
p { color: rgb(187,44,249); }
H1.HeaderClassName
{
color: #BB2CF9;
}
.AnyTagClassName
{
color: #BB2CF9;
}
</style>
background-color css
<style>
a { background-color: #BB2CF9; }
a { background-color: rgb(187,44,249); }
div.DivClassName
{
background-color: #BB2CF9;
}
.BgClassName
{
background-color: #BB2CF9;
}
</style>
border-color css
<style>
span { border-color: #BB2CF9; }
span { border-color: rgb(187,44,249); }
td.TdClassName
{
border-color: #BB2CF9;
}
.TagClassName
{
border-color: #BB2CF9;
}
</style>