Shades of Electric Purple #BB27FA
Tints of Electric Purple #BB27FA
RGB
CMYK
RGB Variations
Color information
#BB27FA (or 0xBB27FA) is known color: Electric Purple. HEX triplet: BB, 27 and FA. RGB value is (187,39,250). Sum of RGB (Red+Green+Blue) = 187+39+250=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27FA is #44D805. Grayscale: #6A6A6A. Windows color (decimal): -4511750 or 16394171. OLE color: 16394171.
HSL color Cylindrical-coordinate representation of color #BB27FA: hue angle of 282.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB27FA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 39 | 250 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.02 |
| HSL | 282.09º | 0.95% | 0.57% | - |
| HSV(B) | 282.09º | 0.84% | 0.98% | - |
| XYZ | 38.47 | 18.92 | 92.07 | - |
| YUV | 107.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 250 | 0.25 | 0.84 | 0 | 0.02 | 282.09 | 0.95 | 0.57 |
| Hex | BB | 27 | FA | 19 | 54 | 0 | 2 | 11A | 5F | 39 |
| Octal | 273 | 47 | 372 | 31 | 124 | 0 | 2 | 432 | 137 | 71 |
| Binary | 10111011 | 100111 | 11111010 | 11001 | 1010100 | 0 | 10 | 100011010 | 1011111 | 111001 |
Color Harmonies of #BB27FA
Complementary color
Monochromatic Colors of #BB27FA
Black with #BB27FA
Text Example
Text Example
White with #BB27FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27FA; }
p { color: rgb(187,39,250); }
H1.HeaderClassName
{
color: #BB27FA;
}
.AnyTagClassName
{
color: #BB27FA;
}
</style>
background-color css
<style>
a { background-color: #BB27FA; }
a { background-color: rgb(187,39,250); }
div.DivClassName
{
background-color: #BB27FA;
}
.BgClassName
{
background-color: #BB27FA;
}
</style>
border-color css
<style>
span { border-color: #BB27FA; }
span { border-color: rgb(187,39,250); }
td.TdClassName
{
border-color: #BB27FA;
}
.TagClassName
{
border-color: #BB27FA;
}
</style>