Shades of Electric Purple #BF36FF
Tints of Electric Purple #BF36FF
RGB
CMYK
RGB Variations
Color information
#BF36FF (or 0xBF36FF) is known color: Electric Purple. HEX triplet: BF, 36 and FF. RGB value is (191,54,255). Sum of RGB (Red+Green+Blue) = 191+54+255=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36FF is #40C900. Grayscale: #757575. Windows color (decimal): -4245761 or 16725695. OLE color: 16725695.
HSL color Cylindrical-coordinate representation of color #BF36FF: hue angle of 280.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF36FF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 54 | 255 | - |
| CMYK | 0.25 | 0.79 | 0 | 0 |
| HSL | 280.9º | 1% | 0.61% | - |
| HSV(B) | 280.9º | 0.79% | 1% | - |
| XYZ | 40.86 | 20.93 | 96.5 | - |
| YUV | 117.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 255 | 0.25 | 0.79 | 0 | 0 | 280.9 | 1 | 0.61 |
| Hex | BF | 36 | FF | 19 | 4F | 0 | 0 | 119 | 64 | 3D |
| Octal | 277 | 66 | 377 | 31 | 117 | 0 | 0 | 431 | 144 | 75 |
| Binary | 10111111 | 110110 | 11111111 | 11001 | 1001111 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #BF36FF
Complementary color
Monochromatic Colors of #BF36FF
Black with #BF36FF
Text Example
Text Example
White with #BF36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36FF; }
p { color: rgb(191,54,255); }
H1.HeaderClassName
{
color: #BF36FF;
}
.AnyTagClassName
{
color: #BF36FF;
}
</style>
background-color css
<style>
a { background-color: #BF36FF; }
a { background-color: rgb(191,54,255); }
div.DivClassName
{
background-color: #BF36FF;
}
.BgClassName
{
background-color: #BF36FF;
}
</style>
border-color css
<style>
span { border-color: #BF36FF; }
span { border-color: rgb(191,54,255); }
td.TdClassName
{
border-color: #BF36FF;
}
.TagClassName
{
border-color: #BF36FF;
}
</style>