Shades of Electric Purple #BB0BFD
Tints of Electric Purple #BB0BFD
RGB
CMYK
RGB Variations
Color information
#BB0BFD (or 0xBB0BFD) is known color: Electric Purple. HEX triplet: BB, 0B and FD. RGB value is (187,11,253). Sum of RGB (Red+Green+Blue) = 187+11+253=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BFD is #44F402. Grayscale: #5A5A5A. Windows color (decimal): -4518915 or 16583611. OLE color: 16583611.
HSL color Cylindrical-coordinate representation of color #BB0BFD: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0BFD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 11 | 253 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.64º | 0.98% | 0.52% | - |
| HSV(B) | 283.64º | 0.96% | 0.99% | - |
| XYZ | 38.34 | 17.9 | 94.36 | - |
| YUV | 91.21 | 219.31 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 253 | 0.26 | 0.96 | 0 | 0.01 | 283.64 | 0.98 | 0.52 |
| Hex | BB | B | FD | 1A | 60 | 0 | 1 | 11C | 62 | 34 |
| Octal | 273 | 13 | 375 | 32 | 140 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111011 | 1011 | 11111101 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BB0BFD
Complementary color
Monochromatic Colors of #BB0BFD
Black with #BB0BFD
Text Example
Text Example
White with #BB0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BFD; }
p { color: rgb(187,11,253); }
H1.HeaderClassName
{
color: #BB0BFD;
}
.AnyTagClassName
{
color: #BB0BFD;
}
</style>
background-color css
<style>
a { background-color: #BB0BFD; }
a { background-color: rgb(187,11,253); }
div.DivClassName
{
background-color: #BB0BFD;
}
.BgClassName
{
background-color: #BB0BFD;
}
</style>
border-color css
<style>
span { border-color: #BB0BFD; }
span { border-color: rgb(187,11,253); }
td.TdClassName
{
border-color: #BB0BFD;
}
.TagClassName
{
border-color: #BB0BFD;
}
</style>