Shades of Electric Purple #BB0CFE
Tints of Electric Purple #BB0CFE
RGB
CMYK
RGB Variations
Color information
#BB0CFE (or 0xBB0CFE) is known color: Electric Purple. HEX triplet: BB, 0C and FE. RGB value is (187,12,254). Sum of RGB (Red+Green+Blue) = 187+12+254=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CFE is #44F301. Grayscale: #5B5B5B. Windows color (decimal): -4518658 or 16649403. OLE color: 16649403.
HSL color Cylindrical-coordinate representation of color #BB0CFE: hue angle of 283.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CFE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 12 | 254 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.00 |
| HSL | 283.39º | 0.99% | 0.52% | - |
| HSV(B) | 283.39º | 0.95% | 1% | - |
| XYZ | 38.51 | 17.98 | 95.21 | - |
| YUV | 91.91 | 219.48 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 254 | 0.26 | 0.95 | 0 | 0.00 | 283.39 | 0.99 | 0.52 |
| Hex | BB | C | FE | 1A | 5F | 0 | 0 | 11B | 63 | 34 |
| Octal | 273 | 14 | 376 | 32 | 137 | 0 | 0 | 433 | 143 | 64 |
| Binary | 10111011 | 1100 | 11111110 | 11010 | 1011111 | 0 | 0 | 100011011 | 1100011 | 110100 |
Color Harmonies of #BB0CFE
Complementary color
Monochromatic Colors of #BB0CFE
Black with #BB0CFE
Text Example
Text Example
White with #BB0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CFE; }
p { color: rgb(187,12,254); }
H1.HeaderClassName
{
color: #BB0CFE;
}
.AnyTagClassName
{
color: #BB0CFE;
}
</style>
background-color css
<style>
a { background-color: #BB0CFE; }
a { background-color: rgb(187,12,254); }
div.DivClassName
{
background-color: #BB0CFE;
}
.BgClassName
{
background-color: #BB0CFE;
}
</style>
border-color css
<style>
span { border-color: #BB0CFE; }
span { border-color: rgb(187,12,254); }
td.TdClassName
{
border-color: #BB0CFE;
}
.TagClassName
{
border-color: #BB0CFE;
}
</style>