Shades of Medium Orchid #BF64EE
Tints of Medium Orchid #BF64EE
RGB
CMYK
RGB Variations
Color information
#BF64EE (or 0xBF64EE) is known color: Medium Orchid. HEX triplet: BF, 64 and EE. RGB value is (191,100,238). Sum of RGB (Red+Green+Blue) = 191+100+238=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EE is #409B11. Grayscale: #8E8E8E. Windows color (decimal): -4234002 or 15623359. OLE color: 15623359.
HSL color Cylindrical-coordinate representation of color #BF64EE: hue angle of 279.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF64EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 100 | 238 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.07 |
| HSL | 279.57º | 0.8% | 0.66% | - |
| HSV(B) | 279.57º | 0.58% | 0.93% | - |
| XYZ | 41.48 | 26.36 | 83.79 | - |
| YUV | 142.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 238 | 0.20 | 0.58 | 0 | 0.07 | 279.57 | 0.8 | 0.66 |
| Hex | BF | 64 | EE | 14 | 3A | 0 | 7 | 118 | 50 | 42 |
| Octal | 277 | 144 | 356 | 24 | 72 | 0 | 7 | 430 | 120 | 102 |
| Binary | 10111111 | 1100100 | 11101110 | 10100 | 111010 | 0 | 111 | 100011000 | 1010000 | 1000010 |
Color Harmonies of #BF64EE
Complementary color
Monochromatic Colors of #BF64EE
Black with #BF64EE
Text Example
Text Example
White with #BF64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64EE; }
p { color: rgb(191,100,238); }
H1.HeaderClassName
{
color: #BF64EE;
}
.AnyTagClassName
{
color: #BF64EE;
}
</style>
background-color css
<style>
a { background-color: #BF64EE; }
a { background-color: rgb(191,100,238); }
div.DivClassName
{
background-color: #BF64EE;
}
.BgClassName
{
background-color: #BF64EE;
}
</style>
border-color css
<style>
span { border-color: #BF64EE; }
span { border-color: rgb(191,100,238); }
td.TdClassName
{
border-color: #BF64EE;
}
.TagClassName
{
border-color: #BF64EE;
}
</style>