Shades of Electric Purple #BF0CED
Tints of Electric Purple #BF0CED
RGB
CMYK
RGB Variations
Color information
#BF0CED (or 0xBF0CED) is known color: Electric Purple. HEX triplet: BF, 0C and ED. RGB value is (191,12,237). Sum of RGB (Red+Green+Blue) = 191+12+237=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CED is #40F312. Grayscale: #5A5A5A. Windows color (decimal): -4256531 or 15535295. OLE color: 15535295.
HSL color Cylindrical-coordinate representation of color #BF0CED: hue angle of 287.73º 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 #BF0CED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 12 | 237 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 287.73º | 0.9% | 0.49% | - |
| HSV(B) | 287.73º | 0.95% | 0.93% | - |
| XYZ | 36.9 | 17.45 | 81.54 | - |
| YUV | 91.17 | 210.3 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 237 | 0.19 | 0.95 | 0 | 0.07 | 287.73 | 0.9 | 0.49 |
| Hex | BF | C | ED | 13 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 277 | 14 | 355 | 23 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 10111111 | 1100 | 11101101 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #BF0CED
Complementary color
Monochromatic Colors of #BF0CED
Black with #BF0CED
Text Example
Text Example
White with #BF0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CED; }
p { color: rgb(191,12,237); }
H1.HeaderClassName
{
color: #BF0CED;
}
.AnyTagClassName
{
color: #BF0CED;
}
</style>
background-color css
<style>
a { background-color: #BF0CED; }
a { background-color: rgb(191,12,237); }
div.DivClassName
{
background-color: #BF0CED;
}
.BgClassName
{
background-color: #BF0CED;
}
</style>
border-color css
<style>
span { border-color: #BF0CED; }
span { border-color: rgb(191,12,237); }
td.TdClassName
{
border-color: #BF0CED;
}
.TagClassName
{
border-color: #BF0CED;
}
</style>