Shades of Electric Purple #BB07F2
Tints of Electric Purple #BB07F2
RGB
CMYK
RGB Variations
Color information
#BB07F2 (or 0xBB07F2) is known color: Electric Purple. HEX triplet: BB, 07 and F2. RGB value is (187,7,242). Sum of RGB (Red+Green+Blue) = 187+7+242=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB07F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07F2 is #44F80D. Grayscale: #565656. Windows color (decimal): -4519950 or 15861691. OLE color: 15861691.
HSL color Cylindrical-coordinate representation of color #BB07F2: hue angle of 285.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07F2 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 7 | 242 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.05 |
| HSL | 285.96º | 0.94% | 0.49% | - |
| HSV(B) | 285.96º | 0.97% | 0.95% | - |
| XYZ | 36.6 | 17.13 | 85.38 | - |
| YUV | 87.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 242 | 0.23 | 0.97 | 0 | 0.05 | 285.96 | 0.94 | 0.49 |
| Hex | BB | 7 | F2 | 17 | 61 | 0 | 5 | 11E | 5E | 31 |
| Octal | 273 | 7 | 362 | 27 | 141 | 0 | 5 | 436 | 136 | 61 |
| Binary | 10111011 | 111 | 11110010 | 10111 | 1100001 | 0 | 101 | 100011110 | 1011110 | 110001 |
Color Harmonies of #BB07F2
Complementary color
Monochromatic Colors of #BB07F2
Black with #BB07F2
Text Example
Text Example
White with #BB07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07F2; }
p { color: rgb(187,7,242); }
H1.HeaderClassName
{
color: #BB07F2;
}
.AnyTagClassName
{
color: #BB07F2;
}
</style>
background-color css
<style>
a { background-color: #BB07F2; }
a { background-color: rgb(187,7,242); }
div.DivClassName
{
background-color: #BB07F2;
}
.BgClassName
{
background-color: #BB07F2;
}
</style>
border-color css
<style>
span { border-color: #BB07F2; }
span { border-color: rgb(187,7,242); }
td.TdClassName
{
border-color: #BB07F2;
}
.TagClassName
{
border-color: #BB07F2;
}
</style>