Shades of Electric Purple #BB0FF3
Tints of Electric Purple #BB0FF3
RGB
CMYK
RGB Variations
Color information
#BB0FF3 (or 0xBB0FF3) is known color: Electric Purple. HEX triplet: BB, 0F and F3. RGB value is (187,15,243). Sum of RGB (Red+Green+Blue) = 187+15+243=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB0FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FF3 is #44F00C. Grayscale: #5B5B5B. Windows color (decimal): -4517901 or 15929275. OLE color: 15929275.
HSL color Cylindrical-coordinate representation of color #BB0FF3: hue angle of 285.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FF3 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 15 | 243 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.05 |
| HSL | 285.26º | 0.9% | 0.51% | - |
| HSV(B) | 285.26º | 0.94% | 0.95% | - |
| XYZ | 36.84 | 17.38 | 86.21 | - |
| YUV | 92.42 | 212.98 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 243 | 0.23 | 0.94 | 0 | 0.05 | 285.26 | 0.9 | 0.51 |
| Hex | BB | F | F3 | 17 | 5E | 0 | 5 | 11D | 5A | 33 |
| Octal | 273 | 17 | 363 | 27 | 136 | 0 | 5 | 435 | 132 | 63 |
| Binary | 10111011 | 1111 | 11110011 | 10111 | 1011110 | 0 | 101 | 100011101 | 1011010 | 110011 |
Color Harmonies of #BB0FF3
Complementary color
Monochromatic Colors of #BB0FF3
Black with #BB0FF3
Text Example
Text Example
White with #BB0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FF3; }
p { color: rgb(187,15,243); }
H1.HeaderClassName
{
color: #BB0FF3;
}
.AnyTagClassName
{
color: #BB0FF3;
}
</style>
background-color css
<style>
a { background-color: #BB0FF3; }
a { background-color: rgb(187,15,243); }
div.DivClassName
{
background-color: #BB0FF3;
}
.BgClassName
{
background-color: #BB0FF3;
}
</style>
border-color css
<style>
span { border-color: #BB0FF3; }
span { border-color: rgb(187,15,243); }
td.TdClassName
{
border-color: #BB0FF3;
}
.TagClassName
{
border-color: #BB0FF3;
}
</style>