Shades of Electric Purple #BF0BE3
Tints of Electric Purple #BF0BE3
RGB
CMYK
RGB Variations
Color information
#BF0BE3 (or 0xBF0BE3) is known color: Electric Purple. HEX triplet: BF, 0B and E3. RGB value is (191,11,227). Sum of RGB (Red+Green+Blue) = 191+11+227=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF0BE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BE3 is #40F41C. Grayscale: #585858. Windows color (decimal): -4256797 or 14879679. OLE color: 14879679.
HSL color Cylindrical-coordinate representation of color #BF0BE3: hue angle of 290º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BE3 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 11 | 227 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.11 |
| HSL | 290º | 0.91% | 0.47% | - |
| HSV(B) | 290º | 0.95% | 0.89% | - |
| XYZ | 35.47 | 16.86 | 74.06 | - |
| YUV | 89.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 227 | 0.16 | 0.95 | 0 | 0.11 | 290 | 0.91 | 0.47 |
| Hex | BF | B | E3 | 10 | 5F | 0 | B | 122 | 5B | 2F |
| Octal | 277 | 13 | 343 | 20 | 137 | 0 | 13 | 442 | 133 | 57 |
| Binary | 10111111 | 1011 | 11100011 | 10000 | 1011111 | 0 | 1011 | 100100010 | 1011011 | 101111 |
Color Harmonies of #BF0BE3
Complementary color
Monochromatic Colors of #BF0BE3
Black with #BF0BE3
Text Example
Text Example
White with #BF0BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BE3; }
p { color: rgb(191,11,227); }
H1.HeaderClassName
{
color: #BF0BE3;
}
.AnyTagClassName
{
color: #BF0BE3;
}
</style>
background-color css
<style>
a { background-color: #BF0BE3; }
a { background-color: rgb(191,11,227); }
div.DivClassName
{
background-color: #BF0BE3;
}
.BgClassName
{
background-color: #BF0BE3;
}
</style>
border-color css
<style>
span { border-color: #BF0BE3; }
span { border-color: rgb(191,11,227); }
td.TdClassName
{
border-color: #BF0BE3;
}
.TagClassName
{
border-color: #BF0BE3;
}
</style>