Shades of Electric Purple #BF0DED
Tints of Electric Purple #BF0DED
RGB
CMYK
RGB Variations
Color information
#BF0DED (or 0xBF0DED) is known color: Electric Purple. HEX triplet: BF, 0D and ED. RGB value is (191,13,237). Sum of RGB (Red+Green+Blue) = 191+13+237=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0DED is #40F212. Grayscale: #5B5B5B. Windows color (decimal): -4256275 or 15535551. OLE color: 15535551.
HSL color Cylindrical-coordinate representation of color #BF0DED: hue angle of 287.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0DED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 13 | 237 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 287.68º | 0.9% | 0.49% | - |
| HSV(B) | 287.68º | 0.95% | 0.93% | - |
| XYZ | 36.92 | 17.48 | 81.55 | - |
| YUV | 91.76 | 209.97 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 237 | 0.19 | 0.95 | 0 | 0.07 | 287.68 | 0.9 | 0.49 |
| Hex | BF | D | ED | 13 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 277 | 15 | 355 | 23 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 10111111 | 1101 | 11101101 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #BF0DED
Complementary color
Monochromatic Colors of #BF0DED
Black with #BF0DED
Text Example
Text Example
White with #BF0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DED; }
p { color: rgb(191,13,237); }
H1.HeaderClassName
{
color: #BF0DED;
}
.AnyTagClassName
{
color: #BF0DED;
}
</style>
background-color css
<style>
a { background-color: #BF0DED; }
a { background-color: rgb(191,13,237); }
div.DivClassName
{
background-color: #BF0DED;
}
.BgClassName
{
background-color: #BF0DED;
}
</style>
border-color css
<style>
span { border-color: #BF0DED; }
span { border-color: rgb(191,13,237); }
td.TdClassName
{
border-color: #BF0DED;
}
.TagClassName
{
border-color: #BF0DED;
}
</style>