Shades of Electric Purple #BB2FFC
Tints of Electric Purple #BB2FFC
RGB
CMYK
RGB Variations
Color information
#BB2FFC (or 0xBB2FFC) is known color: Electric Purple. HEX triplet: BB, 2F and FC. RGB value is (187,47,252). Sum of RGB (Red+Green+Blue) = 187+47+252=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FFC is #44D003. Grayscale: #6F6F6F. Windows color (decimal): -4509700 or 16527291. OLE color: 16527291.
HSL color Cylindrical-coordinate representation of color #BB2FFC: hue angle of 280.98º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2FFC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 47 | 252 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.01 |
| HSL | 280.98º | 0.97% | 0.59% | - |
| HSV(B) | 280.98º | 0.81% | 0.99% | - |
| XYZ | 39.08 | 19.63 | 93.82 | - |
| YUV | 112.23 | 206.88 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 252 | 0.26 | 0.81 | 0 | 0.01 | 280.98 | 0.97 | 0.59 |
| Hex | BB | 2F | FC | 1A | 51 | 0 | 1 | 119 | 61 | 3B |
| Octal | 273 | 57 | 374 | 32 | 121 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111011 | 101111 | 11111100 | 11010 | 1010001 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BB2FFC
Complementary color
Monochromatic Colors of #BB2FFC
Black with #BB2FFC
Text Example
Text Example
White with #BB2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FFC; }
p { color: rgb(187,47,252); }
H1.HeaderClassName
{
color: #BB2FFC;
}
.AnyTagClassName
{
color: #BB2FFC;
}
</style>
background-color css
<style>
a { background-color: #BB2FFC; }
a { background-color: rgb(187,47,252); }
div.DivClassName
{
background-color: #BB2FFC;
}
.BgClassName
{
background-color: #BB2FFC;
}
</style>
border-color css
<style>
span { border-color: #BB2FFC; }
span { border-color: rgb(187,47,252); }
td.TdClassName
{
border-color: #BB2FFC;
}
.TagClassName
{
border-color: #BB2FFC;
}
</style>